remove unused import
This commit is contained in:
parent
311cb9edba
commit
766a16c314
@ -4,8 +4,6 @@ from enum import Enum
|
|||||||
from math import gcd, sqrt, inf, atan2, degrees
|
from math import gcd, sqrt, inf, atan2, degrees
|
||||||
from typing import Union, List, Optional
|
from typing import Union, List, Optional
|
||||||
|
|
||||||
from tools import compare
|
|
||||||
|
|
||||||
|
|
||||||
class DistanceAlgorithm(Enum):
|
class DistanceAlgorithm(Enum):
|
||||||
MANHATTAN = 0
|
MANHATTAN = 0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user