Skip to content

Commit 183cdf3

Browse files
committed
chore: remove unused import
1 parent 212bbb6 commit 183cdf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_advanced_python_wrapper/aurora_connection_tracker_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
from aws_advanced_python_wrapper.errors import FailoverError
3838
from aws_advanced_python_wrapper.pep249_methods import DbApiMethod
39-
from aws_advanced_python_wrapper.plugin import Plugin, PluginFactory, CanReleaseResources
39+
from aws_advanced_python_wrapper.plugin import Plugin, PluginFactory
4040
from aws_advanced_python_wrapper.utils.log import Logger
4141
from aws_advanced_python_wrapper.utils.rdsutils import RdsUtils
4242

0 commit comments

Comments
 (0)