Skip to content

Commit

Permalink
Fix: Solve code quality issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres D. Molins committed Jun 18, 2024
1 parent 3ebfc04 commit 20a6e09
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 20a6e09

Please sign in to comment.