Skip to content

Commit 1cfa8c7

Browse files
authored
Merge pull request #6786 from LMFDB/autopep8-patches
Fixes by autopep8 action
2 parents 86341aa + 4dcb627 commit 1cfa8c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lmfdb/utils/search_columns.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,7 @@ def eval_rational_list(s):
575575
"""
576576
if s is None:
577577
return
578+
578579
def split(x):
579580
if not x:
580581
return []

0 commit comments

Comments
 (0)