Skip to content

Commit 512eb7c

Browse files
cleanup
1 parent fa2d084 commit 512eb7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/test/multithreading/test_i_raw_aes_keyring_multithreaded_example.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
from concurrent.futures import ThreadPoolExecutor, as_completed
55

66
import pytest
7-
from typing import Optional
7+
# pylint and isort disagree about where this goes; listen to isort
8+
from typing import Optional # pylint: disable=wrong-import-order
89

910
import aws_encryption_sdk
1011
from aws_encryption_sdk import CommitmentPolicy

0 commit comments

Comments
 (0)