Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
roed314 committed May 7, 2024
1 parent 023a7e6 commit c46d88c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lmfdb/knowledge/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,6 @@ def edit(ID):
elif knowl.type == 0:
title = "Edit Knowl '%s'" % ID
elif knowl.type == 2:
pieces = ID.split(".")
if knowl.source:
title = f"Edit column information for '{knowl.source_name}' in '{knowl.source}'"
else:
Expand Down

0 comments on commit c46d88c

Please sign in to comment.