mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-18 14:34:21 +01:00
820 python 3 only (#1454)
* Remove Python 2 specific code * Require imports to have a proper isort-supported order * Only test/lint on Python 3 * Bump most dependencies to latest supported version
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from CTFd.constants import RawEnum, JSEnum, JinjaEnum
|
||||
from CTFd.constants import JinjaEnum, JSEnum, RawEnum
|
||||
from tests.helpers import create_ctfd, destroy_ctfd
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user