mirror of https://gitlab.com/litecord/litecord.git
Remove unused import in auth-file
This commit is contained in:
parent
acb5ba7eba
commit
610b7e9811
|
|
@ -19,7 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
import base64
|
||||
import binascii
|
||||
import os
|
||||
|
||||
import bcrypt
|
||||
from itsdangerous import TimestampSigner, BadSignature
|
||||
|
|
|
|||
Loading…
Reference in New Issue