Skip to content

Commit

Permalink
tests: test fixed, there was an unrelated warning on file=out
Browse files Browse the repository at this point in the history
  • Loading branch information
iromeo committed Oct 7, 2024
1 parent 4f18c67 commit a220e6c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Feature: Fixes for PyTypeCheckerInspection related false positives
run:
with open(output[0], 'w') as out:
for p in input:
# noinspection PyTypeChecker
print(p, file=out)
for i,s in enumerate(output):
print(i, s)
Expand Down

0 comments on commit a220e6c

Please sign in to comment.