Skip to content

Commit

Permalink
chg: use future annotations workaround on python 3.8
Browse files Browse the repository at this point in the history
* the above import trick is correct for ``get_state_str()`` signature

Signed-off-by: Stephen Arnold <[email protected]>
  • Loading branch information
sarnold committed Sep 2, 2024
1 parent eb89737 commit 5e4f985
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/timew_status/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Base configuration and app helper functions.
"""

from __future__ import annotations

import datetime
import os
import subprocess
Expand Down

0 comments on commit 5e4f985

Please sign in to comment.