Skip to content

Commit cc4de55

Browse files
author
Tobias Kopp
committed
[Benchmark] Annotate print_command() as abstractmethod
1 parent f844e69 commit cc4de55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benchmark/database_connectors/connector.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,5 +166,6 @@ def benchmark_query(
166166

167167

168168
# Connector should override this method
169+
@abstractmethod
169170
def print_command(self, command: str | bytes | Sequence[str | bytes], query: str, indent: str = '') -> None:
170171
pass

0 commit comments

Comments
 (0)