Skip to content

Commit

Permalink
delete
Browse files Browse the repository at this point in the history
  • Loading branch information
antejavor committed Dec 6, 2024
1 parent 5c276bf commit 7cdd183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gqlalchemy/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def execute_and_fetch(self, query: str, parameters: Dict[str, Any] = {}) -> Iter

@abstractmethod
def is_active(self) -> bool:
"""Returns True if connection is active and can be used.."""
"""Returns True if connection is active and can be used."""
pass


Expand Down

0 comments on commit 7cdd183

Please sign in to comment.