summaryrefslogtreecommitdiff
path: root/pylint/test/functional/unused_import.txt
blob: 9d6497f9609ea2efefe0e4183b68c6adb17b5bcd (plain)
1
2
3
4
5
6
7
8
unused-import:3::Unused import xml.etree
unused-import:4::Unused import xml.sax
unused-import:5::Unused os.path imported as test
unused-import:6::Unused argv imported from sys as test2
unused-import:7::Unused flags imported from sys
unused-import:9::Unused OrderedDict imported from collections
unused-import:9::Unused deque imported from collections
unused-import:12::Unused SomeOtherName imported from fake