Skip to content

Commit b4bbc1d

Browse files
committed
remove errant imports in unit_test_utils
1 parent 4314e37 commit b4bbc1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/unit_test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import copy
1515
import io
1616
import itertools
17-
from aws_encryption_sdk.internal.utils.streams import FauxCloseStream, LinearTellStream, InsistentReaderBytesIO
17+
from aws_encryption_sdk.internal.utils.streams import InsistentReaderBytesIO
1818

1919

2020
def all_valid_kwargs(valid_kwargs):

0 commit comments

Comments
 (0)