about summary refs log tree commit diff
path: root/setup_commands/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup_commands/__init__.py')
-rw-r--r--setup_commands/__init__.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup_commands/__init__.py b/setup_commands/__init__.py
deleted file mode 100644
index 967bb11..0000000
--- a/setup_commands/__init__.py
+++ /dev/null
@@ -1,3 +0,0 @@
-"""Module for custom setup commands."""
-
-from .run_tests import RunTests