ruff: remove unnecessary f string

main
Marshall Hallenbeck 2023-10-12 14:30:26 -04:00
parent 35333504ea
commit f61d068cd2
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ class NXCModule:
def dump_results(self, results, remoteName, context):
if not results:
context.log.highlight(f"Found NOTHING!")
context.log.highlight("Found NOTHING!")
return
for item, data in results.items():