summaryrefslogtreecommitdiff
path: root/python/testData/inspections/AddImportDocComment_after.py
blob: 63fdf7f5b0bcf69e2ae78baf3611ed461b6a15d3 (plain)
1
2
3
4
5
6
7
# Comments here
"Doc comment stays intact"
import ImportTarget

ImportTarget.foo

foo = 1