Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 16, 2024
1 parent 04cfcf6 commit e2b5f43
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pysqa/queueadapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,9 @@ def set_queue_adapter(
try:
from pysqa.base.remote import RemoteQueueAdapter
except ImportError as e:
raise ImportError('Failed to instantiate RemoteQueue setup, probably due to missing optional dependencies') from e
raise ImportError(
"Failed to instantiate RemoteQueue setup, probably due to missing optional dependencies"
) from e

return RemoteQueueAdapter(
config=config, directory=directory, execute_command=execute_command
Expand Down

0 comments on commit e2b5f43

Please sign in to comment.