Skip to content

Commit

Permalink
Add regression test of invalid-sequence-index false-positive
Browse files Browse the repository at this point in the history
  • Loading branch information
nelfin authored and Pierre-Sassoulas committed May 6, 2022
1 parent ea4e69b commit 82265bb
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# pylint: disable=missing-docstring,redefined-builtin

def func(type):
return ['one'][type]

0 comments on commit 82265bb

Please sign in to comment.