DEBSOURCES
Skip Quicknav
sources / isort / 8.0.0-1 / tests / unit / example_crlf_file.py
12345678910
import b import a def func(): x = 1 y = 2 z = 3 c = 4 return x + y + z + c