Skip to content

Commit

Permalink
chg: test another typing workaround on python 3.8 !wip
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Arnold <[email protected]>
  • Loading branch information
sarnold committed Sep 2, 2024
1 parent eb89737 commit 8bf483e
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 8bf483e

Please sign in to comment.