Skip to content

Commit

Permalink
Style(m_librarian/search): Fix flake8 E111 indentation is not a mul…
Browse files Browse the repository at this point in the history
…tiple of 4
  • Loading branch information
phdru committed Jul 24, 2024
1 parent aa6d555 commit 03343cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions m_librarian/search.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
try:
from urllib.parse import quote
from urllib.parse import quote
except ImportError:
from urllib import quote
from urllib import quote

from sqlobject.sqlbuilder import AND, OR, func, CONCAT

Expand Down

0 comments on commit 03343cb

Please sign in to comment.