Skip to content

Commit

Permalink
Make autopep8 happy
Browse files Browse the repository at this point in the history
  • Loading branch information
roed314 committed Jan 18, 2024
1 parent 153df6c commit 9cbd4bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lmfdb/local_fields/test_localfields.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def test_search_download(self):
["2.2.3.4", [10, 0, 1], 2, 2, 1, 3, [2, 1], [[3], 1, 1]]
]};
create_record(row) =
create_record(row) =
{
out = Map(["label",row[1];"coeffs",row[2];"p",row[3];"e",row[4];"f",row[5];"c",row[6];"gal",row[7];"slopes",row[8]]);
field = Polrev(mapget(out, "coeffs"));
Expand Down
2 changes: 1 addition & 1 deletion lmfdb/utils/downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ class GPLanguage(DownloadLanguage):
false = '0'
offset = 1
make_data_comment = 'To create a list of {short_name}, type "{var_name} = make_data()"'
function_start = '{func_name}({func_args}) = \n{{\n' # Need double bracket since we're formatting these
function_start = '{func_name}({func_args}) =\n{{\n' # Need double bracket since we're formatting these
function_end = '}\n'
return_keyword = 'return('
return_finish = ')'
Expand Down

0 comments on commit 9cbd4bb

Please sign in to comment.