Spaces:
Sleeping
Sleeping
Update utils/ctf_calculations.py
Browse files
utils/ctf_calculations.py
CHANGED
@@ -15,7 +15,7 @@ import hashlib
|
|
15 |
import logging
|
16 |
import threading
|
17 |
from typing import List
|
18 |
-
from app.construction import Constructions
|
19 |
from enum import Enum
|
20 |
from typing import Dict, List, Optional, NamedTuple
|
21 |
|
|
|
15 |
import logging
|
16 |
import threading
|
17 |
from typing import List
|
18 |
+
# from app.construction import Constructions
|
19 |
from enum import Enum
|
20 |
from typing import Dict, List, Optional, NamedTuple
|
21 |
|