Skip to content

Commit

Permalink
fixup! Introduce timeouts module
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelofern committed Jul 25, 2024
1 parent 7fc627a commit 5a73126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/django_pg_migration_tools/timeouts.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def apply_timeouts(
"""
if lock_timeout is None and statement_timeout is None:
raise TimeoutNotProvided(
"Caller must set at least one of `lock_timeout` or " "`statement_timeout`."
"Caller must set at least one of `lock_timeout` or `statement_timeout`."
)

lock_timeout_in_ms = (
Expand Down

0 comments on commit 5a73126

Please sign in to comment.