Skip to content

Commit

Permalink
block quality check flag on debugging print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
derekk-nm committed Sep 27, 2024
1 parent ae8e709 commit cd840cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
default="testmo_resources.json",
type=str)

print(f"cwd: {pathlib.Path.cwd()}")
print(f"cwd: {pathlib.Path.cwd()}") # noqa: T201
args = args_parser.parse_args()
fields = json.loads(args.resources_json)

Expand Down

0 comments on commit cd840cd

Please sign in to comment.