ruff/crates/ruff_linter/resources/test/fixtures/pep8_naming/N813.py
2023-09-20 08:38:27 +02:00

3 lines
119 B
Python

import mod.Camel as camel
from mod import CamelCase as camelcase
from mod import AnotherCamelCase as another_camelcase