fix F541 f-string without any placeholders

This commit is contained in:
Yuval Aboulafia
2022-12-24 21:35:29 +02:00
parent 5927d3fa95
commit 3bf5591efe
10 changed files with 18 additions and 18 deletions

View File

@@ -172,7 +172,7 @@ class InterrogateModels:
res += ", " + match
except Exception:
print(f"Error interrogating", file=sys.stderr)
print("Error interrogating", file=sys.stderr)
print(traceback.format_exc(), file=sys.stderr)
res += "<error>"