Skip to content

Commit

Permalink
black fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanhed committed Dec 25, 2023
1 parent 6961f1f commit f0bc4c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/mijnbib/mijnbibliotheek.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ def _open_account_loans_page(self, acc_url: str) -> str:
if e.code == 500:
# duh, server crashes on incorrect or nonexisting ID in the link
raise ItemAccessError(
f"Loans url can not be opened. Likely incorrect or "
"Loans url can not be opened. Likely incorrect or "
f"nonexisting account ID in the url '{acc_url}'"
) from e
raise ItemAccessError(
Expand Down
1 change: 1 addition & 0 deletions tests/save_testref.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
tests as expected data. When the files do not exist, the idea is that the
relevant tests will be skipped.
"""

import configparser
import pickle
import sys
Expand Down

0 comments on commit f0bc4c7

Please sign in to comment.