Skip to content

Commit 01a3b80

Browse files
committed
chore: fix linter
1 parent 00524b8 commit 01a3b80

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

aws_advanced_python_wrapper/read_write_splitting_plugin.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,6 @@ def _close_reader_if_necessary(self):
407407
...
408408

409409

410-
411410
class ReadWriteSplittingPlugin(AbstractReadWriteSplittingPlugin):
412411
"""Topology-based read/write splitting plugin.
413412

aws_advanced_python_wrapper/simple_read_write_splitting_plugin.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,13 @@
1818
from typing import TYPE_CHECKING, Callable, Optional, Type, TypeVar
1919

2020
from aws_advanced_python_wrapper.host_availability import HostAvailability
21-
from aws_advanced_python_wrapper.read_write_splitting_plugin import (
22-
AbstractReadWriteSplittingPlugin)
21+
from aws_advanced_python_wrapper.read_write_splitting_plugin import \
22+
AbstractReadWriteSplittingPlugin
2323
from aws_advanced_python_wrapper.utils.rds_url_type import RdsUrlType
2424
from aws_advanced_python_wrapper.utils.rds_utils import RdsUtils
2525

2626
if TYPE_CHECKING:
2727
from aws_advanced_python_wrapper.driver_dialect import DriverDialect
28-
from aws_advanced_python_wrapper.host_list_provider import HostListProviderService
2928
from aws_advanced_python_wrapper.pep249 import Connection
3029
from aws_advanced_python_wrapper.plugin_service import PluginService
3130
from aws_advanced_python_wrapper.utils.properties import Properties, WrapperProperty

0 commit comments

Comments
 (0)