Skip to content

Commit

Permalink
Merge pull request #5701 from LMFDB/autopep8-patches
Browse files Browse the repository at this point in the history
Fixes by autopep8 action
  • Loading branch information
edgarcosta authored Oct 18, 2023
2 parents 369e490 + 8e8d6b8 commit 02e3bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lmfdb/belyi/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def by_url_belyi_search_url(smthorlabel):
),
301,
)
elif len(sigma_spl) == 3 and len(split) == 3: # galmap
elif len(sigma_spl) == 3 and len(split) == 3: # galmap
return redirect(
url_for(
".by_url_belyi_galmap_label",
Expand Down

0 comments on commit 02e3bcc

Please sign in to comment.