Skip to content

Commit

Permalink
Fix formatting for new black version
Browse files Browse the repository at this point in the history
  • Loading branch information
MHHukiewitz authored and hoh committed Feb 9, 2024
1 parent a33a309 commit 278100c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions aleph_message/exceptions.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
class UnknownHashError(ValueError):
...
class UnknownHashError(ValueError): ...
3 changes: 1 addition & 2 deletions aleph_message/models/execution/volume.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ class AbstractVolume(HashableModel, ABC):
mount: Optional[str] = None

@abstractmethod
def is_read_only(self):
...
def is_read_only(self): ...

class Config:
extra = Extra.forbid
Expand Down

0 comments on commit 278100c

Please sign in to comment.