blob: 30b567c8eed254e9137db532ebe194a78e99907d (
plain)
1
2
3
4
5
6
|
"""Tests for logging-not-lazy and the logging-modules option."""
# pylint: disable=import-error, consider-using-f-string
from my import logging as blogging
blogging.warn("%s" % "%s") # [logging-not-lazy]
|