Skip to content

Commit

Permalink
ruff: remove unnecessary f string
Browse files Browse the repository at this point in the history
  • Loading branch information
Marshall-Hallenbeck committed Oct 12, 2023
1 parent 3533350 commit f61d068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nxc/modules/enum_av.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def detect_running_processes(self, context, connection, results):

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():
Expand Down

0 comments on commit f61d068

Please sign in to comment.