Skip to content

Commit

Permalink
[Benchmark] Fix wrong indent in hyper connector
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Kopp committed May 14, 2023
1 parent 005cc53 commit 7c45938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/database_connectors/hyper.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def _execute(n_runs, params: dict()):
measurement_times[case].append(time)

except Exception as ex:
raise(ConnectorException(ex))
raise(ConnectorException(ex))



Expand Down

0 comments on commit 7c45938

Please sign in to comment.