summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testsuite/custom_types.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/testsuite/custom_types.py b/testsuite/custom_types.py
deleted file mode 100644
index 43daf02..0000000
--- a/testsuite/custom_types.py
+++ /dev/null
@@ -1,7 +0,0 @@
-import enum
-
-
-class ColorType(enum.Enum):
- RED = 1
- GREEN = 2
- BLUE = 3