Skip to content

Commit

Permalink
Revert unrelated file
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Feb 3, 2025
1 parent 6eeec8b commit 1c2a1b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion broken_tests/should_succeed/unused_variable.jou
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ def main() -> int:
# You get no warning if variable name starts with '_'
_ = 123
x = 4 # Warning: variable 'x' is never used
y: int # Warning: variable 'y' is never used
_foo = 7
return 0

0 comments on commit 1c2a1b7

Please sign in to comment.