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

4 lines
119 B
Python

import mod.Camel as CAMEL
from mod import CamelCase as CAMELCASE
from mod import AnotherCamelCase as ANOTHER_CAMELCASE