tests: remove useless import

This commit is contained in:
Jan Pochyla 2017-11-24 15:13:19 +01:00
parent 09f18bb444
commit 0f2a82e9f1
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
import sys
import uio
import ure
__all__ = [
'run_tests',
@ -139,4 +138,4 @@ class mock_call:
assert_eq(args, self.expected.pop(0))
def assert_called_n_times(self, n, msg=None):
assert_eq(len(self.record), n, msg)
assert_eq(len(self.record), n, msg)