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