mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 14:21:53 +00:00
6 lines
74 B
Python
6 lines
74 B
Python
import sys
|
|
import os; x = 1
|
|
|
|
if True:
|
|
import sys
|
|
import os; x = 1
|