Skip to content

Commit 278100c

Browse files
MHHukiewitzhoh
authored andcommitted
Fix formatting for new black version
1 parent a33a309 commit 278100c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

aleph_message/exceptions.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
class UnknownHashError(ValueError):
2-
...
1+
class UnknownHashError(ValueError): ...

aleph_message/models/execution/volume.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ class AbstractVolume(HashableModel, ABC):
1616
mount: Optional[str] = None
1717

1818
@abstractmethod
19-
def is_read_only(self):
20-
...
19+
def is_read_only(self): ...
2120

2221
class Config:
2322
extra = Extra.forbid

0 commit comments

Comments
 (0)