Removed an unused import from the Flask-Login test case.

This commit is contained in:
依瑪貓 2022-11-24 07:24:48 +11:00
parent 515098c32a
commit a7e2f3296f

View File

@ -19,7 +19,6 @@
"""
import typing as t
import unittest
from secrets import token_urlsafe
from flask import Response, Flask