Files
codeql/python/ql/test/library-tests/imports/test.py
2018-11-19 15:15:54 +00:00

7 lines
53 B
Python

from x.y.z import (
a,
b as b,
c as d
)