Precommit: formatting fixes after Black update

This commit is contained in:
Chris Hennes
2024-04-04 23:19:23 -05:00
parent d429c2f512
commit 0f6ef9571f
16 changed files with 19 additions and 17 deletions

View File

@@ -304,7 +304,6 @@ def getDefaultIcon():
def build_new_file_card(template):
"""builds an html <li> element representing a new file
quick start button"""
@@ -358,7 +357,6 @@ def build_new_file_card(template):
def buildCard(filename, method, arg=None):
"""builds an html <li> element representing a file.
method is a script + a keyword, for ex. url.py?key="""