mirror of https://github.com/JohnHammond/CTFd.git
Fix lint
parent
2c4259c999
commit
fb6b30ab1b
|
@ -6,8 +6,6 @@ from CTFd.utils.user import is_admin, get_current_user
|
||||||
from CTFd.utils.security.auth import login_user
|
from CTFd.utils.security.auth import login_user
|
||||||
from tests.helpers import create_ctfd, destroy_ctfd, register_user
|
from tests.helpers import create_ctfd, destroy_ctfd, register_user
|
||||||
|
|
||||||
from CTFd.cache import clear_user_session
|
|
||||||
|
|
||||||
|
|
||||||
def test_clear_user_session():
|
def test_clear_user_session():
|
||||||
app = create_ctfd()
|
app = create_ctfd()
|
||||||
|
|
Loading…
Reference in New Issue