Skip to content

Commit

Permalink
Fix find-and-replace bug in python bench (#116)
Browse files Browse the repository at this point in the history
* Fix find-and-replace bug in python bench

* no lint on benches

---------

Co-authored-by: Adam Hendel <[email protected]>
  • Loading branch information
v0idpwn and ChuckHend committed Sep 15, 2023
1 parent 7db90ee commit 110e01f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tembo-pgmq-python/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SCOPE=tembo_pgmq_python/ benches/
SCOPE=tembo_pgmq_python/

format:
poetry run black ${SCOPE}
Expand Down
2 changes: 1 addition & 1 deletion tembo-pgmq-python/benches/bench.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from scipy.ndimage import gaussian_filter1d
from sqlalchemy import create_engine, text

from tembo_pgmq.python import PGMQueue
from tembo_pgmq_python import PGMQueue

logging.basicConfig(level=logging.INFO)

Expand Down

0 comments on commit 110e01f

Please sign in to comment.