Skip to content

Commit

Permalink
Fix type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
hakavlad committed Jan 31, 2024
1 parent 9ae4e4e commit 4b100f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tird/tird.py
Original file line number Diff line number Diff line change
Expand Up @@ -2058,7 +2058,7 @@ def main() -> NoReturn:
M: int = 2 ** 20
G: int = 2 ** 30

MIN_PRINT_INTERVAL: int = 5
MIN_PRINT_INTERVAL: float = 5.0

BYTEORDER: str = 'little'

Expand Down

0 comments on commit 4b100f8

Please sign in to comment.