diff --git a/tests/test_imports.py b/tests/test_imports.py
deleted file mode 100644
index 26ac187..0000000
--- a/tests/test_imports.py
+++ /dev/null
@@ -1,16 +0,0 @@
-import unittest
-
-
-class TestImports(unittest.TestCase):
-    def test_imports(self):
-        from gcal_sync import (
-            CalendarConverter,
-            EventConverter,
-            GoogleCalendarService,
-            GoogleCalendar,
-            CalendarSync
-        )
-
-
-if __name__ == '__main__':
-    unittest.main()