Skip to content

Commit

Permalink
fix: datetime import not found
Browse files Browse the repository at this point in the history
  • Loading branch information
alryaz authored Jan 8, 2024
1 parent f4ac91d commit 22b1974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/pandora_cas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import asyncio
import importlib
import logging
from datetime import timedelta
from datetime import timedelta, datetime
from functools import partial
from json import JSONDecodeError
from typing import (
Expand Down

0 comments on commit 22b1974

Please # to comment.