Skip to content

Commit

Permalink
Rename method
Browse files Browse the repository at this point in the history
  • Loading branch information
dfalbel committed Apr 1, 2024
1 parent bc55711 commit a8f816f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def object_is_supported(self, obj: Any) -> bool:
obj, "sqlalchemy", "Engine"
)

def variable_has_active_connections(self, variable_path: List[str]) -> bool:
def variable_has_active_connection(self, variable_path: List[str]) -> bool:
"""
Checks if the given variable path has an active connection.
"""
Expand Down

0 comments on commit a8f816f

Please sign in to comment.