Skip to content

Commit 672995a

Browse files
committed
fix: lint
1 parent 302c490 commit 672995a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api/src/scripts/load_dataset_on_create.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
pubsub_client = None
1616

1717
lock = threading.Lock()
18-
logger = Logger('load_dataset_on_create').get_logger()
18+
logger = Logger("load_dataset_on_create").get_logger()
19+
1920

2021
def get_pubsub_client():
2122
with lock:

0 commit comments

Comments
 (0)