Skip to content

Commit

Permalink
fix: black issue
Browse files Browse the repository at this point in the history
  • Loading branch information
1yam committed Oct 14, 2024
1 parent 979ac08 commit 9750706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aleph_message/models/execution/volume.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class VolumePersistence(str, Enum):
class PersistentVolumeSizeMib(ConstrainedInt):
gt = 0
le = gigabyte_to_mebibyte(Gigabytes(1000))
strict = True # Limit to 1000 GiB
strict = True # Limit to 1000 GiB


class PersistentVolume(AbstractVolume):
Expand Down

0 comments on commit 9750706

Please sign in to comment.