ruff/crates/ruff_linter/resources/test/fixtures/pep8_naming/N811.py

4 lines
116 B
Python

import mod.CONST as const
from mod import CONSTANT as constant
from mod import ANOTHER_CONSTANT as another_constant