ruff/crates/ruff_linter/resources/test/fixtures/pycodestyle/E402_4.py

7 lines
109 B
Python

import os
import sys
sys.path += [os.path.dirname(__file__)]
sys.path += ["../"]
from package import module