mirror of
https://github.com/github/codeql.git
synced 2026-06-10 15:31:12 +02:00
4 lines
64 B
Python
4 lines
64 B
Python
import module1
|
|
import module2
|
|
import module1 # Duplicate import
|