mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 21:35:58 +00:00
5 lines
86 B
Python
5 lines
86 B
Python
import logging
|
|
|
|
logging.Logger(__name__)
|
|
logging.Logger()
|
|
logging.getLogger(__name__)
|