remove spurious import

This commit is contained in:
Alex Groce 2018-07-18 12:45:26 -07:00
parent 0a19191640
commit 1cfb65fb52

View File

@ -1,6 +1,5 @@
from __future__ import print_function
from unittest import TestCase
import logrun
class DeepStateTestCase(TestCase):