8000 not used · dragoncoder047/schemascii@c7c4f5b · GitHub
[go: up one dir, main page]

Skip to content

Commit c7c4f5b

Browse files
not used
1 parent e001396 commit c7c4f5b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test_data/blob_test.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,6 @@
112112
DIRECTIONS: list[complex] = [1, 1+1j, 1j, -1+1j, -1, -1-1j, -1j, 1-1j]
113113

114114

115-
class VertexType(enum.Enum):
116-
STRAIGHT = 1
117-
CONCAVE = 2
118-
CONVEX = 3
119-
120-
121115
def rot(d: complex, n: int) -> complex:
122116
# 1 step is 45 degrees
123117
return DIRECTIONS[(DIRECTIONS.index(d) + n + len(DIRECTIONS))

0 commit comments

Comments
 (0)
0