ruff/crates/ruff_linter/resources/test/fixtures/flake8_logging/LOG001.py

6 lines
86 B
Python

import logging
logging.Logger(__name__)
logging.Logger()
logging.getLogger(__name__)