Skip to content

Commit

Permalink
fix:修复flake8校验失败
Browse files Browse the repository at this point in the history
  • Loading branch information
yunlong098 committed Jan 8, 2025
1 parent ffb7bcf commit 13c4e81
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 13c4e81

Please sign in to comment.