Skip to content

Commit

Permalink
fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pUrGe12 committed Mar 6, 2025
1 parent dbe06f7 commit 9ac2665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nettacker/core/fuzzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def read_from_file(file_path):
return open(Config.path.payloads_dir / file_path).read().split("\n")
return open(Config.path.payloads_dir / file_path).read().split("\n")

0 comments on commit 9ac2665

Please sign in to comment.