Skip to content

Commit

Permalink
add future import for py39
Browse files Browse the repository at this point in the history
  • Loading branch information
ntessore committed Aug 29, 2024
1 parent 573492b commit d2dee53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions heracles/progress.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
Module for the progress reporting protocol.
"""

from __future__ import annotations

from typing import Protocol


Expand Down
2 changes: 2 additions & 0 deletions heracles/rich.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
Contains a progress bar implementation.
"""

from __future__ import annotations

import rich.box
import rich.panel
import rich.progress
Expand Down

0 comments on commit d2dee53

Please sign in to comment.