Skip to content

Commit

Permalink
util: Remove unused type ignore after excluding sample/conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
punchagan committed Oct 1, 2024
1 parent 42a194b commit 44d3062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
sys.path.insert(0, str(DATA_REPO_PATH))

try:
from conf import TIMEZONE # type: ignore [attr-defined]
from conf import TIMEZONE
except ImportError:
TIMEZONE = "Asia/Kolkata"

Expand Down

0 comments on commit 44d3062

Please sign in to comment.