Skip to content

Commit

Permalink
update:忽略dateutil导入校验
Browse files Browse the repository at this point in the history
  • Loading branch information
yunlong098 committed Jan 8, 2025
1 parent 147f172 commit 14c5ea1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion saas/backend/util/time.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import time

from django.utils import timezone
from dateutil import parser
from dateutil import parser # type: ignore


def string_to_datetime(str_time, fmt="%Y-%m-%d %H:%M:%S"):
Expand Down
1 change: 0 additions & 1 deletion saas/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ types-pytz = "^2021.1.0"
types-redis = "^3.5.4"
types-six = "^0.1.7"
types-mock = "^0.1.3"
types-python-dateutil = "2.8.19.14"
# isort
isort = "^5.9.2"
pytest-cov = "^3.0.0"
Expand Down

0 comments on commit 14c5ea1

Please sign in to comment.