Skip to content

Commit a3b1d06

Browse files
committed
Fix ignores
1 parent 8ce1109 commit a3b1d06

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/functional/u/undefined/undefined_variable_py38.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
"""Tests for undefined variable with assignment expressions"""
2-
3-
# pylint: disable=using-constant-test, expression-not-assigned, consider-using-augmented-assign, unguarded-next-without-default
4-
2+
# pylint: disable=using-constant-test, expression-not-assigned, unguarded-next-without-default
53

64
# Tests for annotation of variables and potentially undefinition
75

0 commit comments

Comments
 (0)