Skip to content

Commit f102f1b

Browse files
committed
rm unittest import
1 parent 0f2ed66 commit f102f1b

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tests/test_pdf.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
import io
1919
import pickle
20-
import unittest
2120
from itertools import chain
2221

2322
import numpy
@@ -295,7 +294,3 @@ def test_pickling(
295294
assert not numpy.allclose(res0, res1)
296295
assert numpy.array_equal(res1, pc2.residual())
297296
return
298-
299-
300-
if __name__ == "__main__":
301-
unittest.main()

0 commit comments

Comments
 (0)