mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-03-21 22:02:15 +00:00
refactor(tokens-repo): delete unused timezone import
This commit is contained in:
parent
4492bbe995
commit
c12dca9d9b
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
# pylint: disable=unused-argument
|
||||
# pylint: disable=missing-function-docstring
|
||||
|
||||
from datetime import datetime, timezone
|
||||
from datetime import datetime
|
||||
|
||||
import pytest
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue