Skip to content

Commit

Permalink
删除多余引入
Browse files Browse the repository at this point in the history
  • Loading branch information
nick2wang committed Apr 29, 2022
1 parent 16c9f92 commit a322df7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions common/twofa/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
from sql.models import TwoFactorAuthConfig
from django.conf import settings
import os


class TwoFactorAuthBase:
Expand Down
1 change: 0 additions & 1 deletion common/twofa/totp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from django.shortcuts import get_object_or_404
from django.db import transaction
from django.conf import settings
from qrcode import QRCode, constants
Expand Down

0 comments on commit a322df7

Please sign in to comment.