refactor(tokens-repo): delete unused timezone import

pull/26/head
Houkime 2022-12-09 11:56:47 +00:00
parent 4492bbe995
commit c12dca9d9b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# pylint: disable=unused-argument
# pylint: disable=missing-function-docstring
from datetime import datetime, timezone
from datetime import datetime
import pytest