mirror of
https://github.com/github/codeql.git
synced 2026-01-09 04:30:21 +01:00
4 lines
64 B
Python
4 lines
64 B
Python
import module1
|
|
import module2
|
|
import module1 # Duplicate import
|