mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-16 11:12:21 +03:00
remove unused datetime module
This commit is contained in:
parent
56b4ce26eb
commit
8b59d98596
|
@ -1,4 +1,4 @@
|
||||||
from datetime import datetime, timezone, tzinfo
|
from datetime import timezone, tzinfo
|
||||||
|
|
||||||
|
|
||||||
def datetime_exists(dt):
|
def datetime_exists(dt):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user