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

5 lines
86 B
Python

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