Skip to content

Commit babe3dc

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9faca22 commit babe3dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pysqa/queueadapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def __init__(
8686
self._adapter = QueueAdapterCore(
8787
queue_type=queue_type.upper(),
8888
execute_command=execute_command,
89-
)
89+
)
9090
else:
9191
raise ValueError()
9292

0 commit comments

Comments
 (0)