Skip to content

Commit

Permalink
Merge pull request #5894 from LMFDB/autopep8-patches
Browse files Browse the repository at this point in the history
Fixes by autopep8 action
  • Loading branch information
roed314 authored Mar 4, 2024
2 parents 6aae8b0 + e22f347 commit 30ac763
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lmfdb/backend/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -2563,4 +2563,3 @@ def set_importance(self, importance):
"""
updater = SQL("UPDATE meta_tables SET important = %s WHERE name = %s")
self._execute(updater, [importance, self.search_table])

0 comments on commit 30ac763

Please sign in to comment.