Skip to content

Commit a038a04

Browse files
committed
Remove unnecessary pylint disable comment
1 parent 5d82c4b commit a038a04

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

astroid/interpreter/_import/util.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ def is_namespace(modname: str) -> bool:
8383

8484
# Repair last_submodule_search_locations
8585
if last_submodule_search_locations:
86-
# pylint: disable=unsubscriptable-object
8786
last_item = last_submodule_search_locations[-1]
8887
# e.g. for failure example above, add 'a/b' and keep going
8988
# so that find_spec('a.b.c', path=['a', 'a/b']) succeeds

0 commit comments

Comments
 (0)