Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphrass committed Oct 14, 2024
1 parent b784430 commit 9da3e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion butterfree/clients/cassandra_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,4 +211,4 @@ def create_table(self, columns: List[CassandraColumn], table: str) -> None:
"""
query = self._get_create_table_query(columns, table)

self.sql(query)
self.sql(query)

0 comments on commit 9da3e48

Please sign in to comment.