From d8cb7526bb4ab0ba56b81cefb7d2f92c606f2c26 Mon Sep 17 00:00:00 2001 From: James Powell Date: Mon, 2 Jul 2018 12:10:14 -0400 Subject: [PATCH] remove redundant import --- tests/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/__init__.py b/tests/__init__.py index ebcced0b..4265cc3e 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,3 +1 @@ #!/usr/bin/env python - -from .test_utilities import *