Skip to content

Commit 211f6d7

Browse files
committed
imports
1 parent 43d9dd5 commit 211f6d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

aws_advanced_python_wrapper/fastest_response_strategy_plugin.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
from logging import Logger
2323
from threading import Event, Lock
2424
from time import sleep
25-
from typing import TYPE_CHECKING, Callable, ClassVar, Dict, Optional, Set, Tuple
25+
from typing import (TYPE_CHECKING, Callable, ClassVar, Dict, Optional, Set,
26+
Tuple)
2627

2728
from aws_advanced_python_wrapper.errors import AwsWrapperError
2829
from aws_advanced_python_wrapper.hostselector import RandomHostSelector

0 commit comments

Comments
 (0)