Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
EntilZha committed Apr 22, 2020
1 parent d3d5bb8 commit 8c555e5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions functional/test/test_streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,12 @@
import gzip
from platform import system
import lzma
import bz2

from functional import seq, pseq
from functional.streams import Stream, ParallelStream


if "__pypy__" in sys.builtin_module_names:
import bz2file as bz2 # pylint: disable=import-error
else:
import bz2


class TestStreams(unittest.TestCase):
def setUp(self):
self.seq = seq
Expand Down

0 comments on commit 8c555e5

Please sign in to comment.