Skip to content

Commit

Permalink
Nitpick reorder MINUTE HOUR
Browse files Browse the repository at this point in the history
  • Loading branch information
hoh authored Jan 18, 2024
1 parent aa6b255 commit 872dcfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aleph/services/cost.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
from aleph.types.files import FileTag


HOUR = 60 * 60
MINUTE = 60
HOUR = 60 * MINUTE


def _get_file_from_ref(
Expand Down

0 comments on commit 872dcfc

Please sign in to comment.