Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
seanh committed Feb 6, 2025
1 parent 44c41ca commit ef281dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_pyapp/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

def run():
while True:
print(hello_world())
print(hello_world()) # noqa: T201
time.sleep(1)

0 comments on commit ef281dc

Please sign in to comment.