Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 20, 2024
1 parent b4ea791 commit d13ff2a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions knox/auth.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import binascii
from hmac import compare_digest
import logging
from hmac import compare_digest

from django.utils import timezone
from django.utils.translation import gettext_lazy as _
Expand All @@ -14,7 +14,6 @@
from knox.settings import CONSTANTS, knox_settings
from knox.signals import token_expired


logger = logging.getLogger(__name__)


Expand Down

0 comments on commit d13ff2a

Please sign in to comment.