Skip to content

Commit 870707c

Browse files
committed
remove unused imports from tests
1 parent bf1114c commit 870707c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/unit/test_streaming_client_encryption_stream.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@
1313
"""Unit test suite for aws_encryption_sdk.streaming_client._EncryptionStream"""
1414
import copy
1515
import io
16-
import unittest
1716

1817
import attr
1918
import pytest
20-
import six
2119
from mock import MagicMock, PropertyMock, call, patch, sentinel
2220

2321
import aws_encryption_sdk.exceptions

0 commit comments

Comments
 (0)