1
0
Fork 0

remove unused enum

This commit is contained in:
Sean Sube 2023-02-18 11:16:33 -06:00
parent ffc4eb09f1
commit ff57527274
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 0 additions and 6 deletions

View File

@ -22,12 +22,6 @@ class TileOrder:
spiral = "spiral" spiral = "spiral"
class UpscaleOrder:
correct_first = "correct-first"
correct_last = "correct-last"
correct_both = "correct-both"
Param = Union[str, int, float] Param = Union[str, int, float]
Point = Tuple[int, int] Point = Tuple[int, int]