summaryrefslogtreecommitdiff
path: root/tests/functional/l/logging/logging_format_interpolation_py36.py
blob: 2601c5bfce285eb56ea68cf9f3cf9d685061781f (plain)
1
2
3
4
5
"""Test logging-fstring-interpolation for Python 3.6"""
import logging as renamed_logging


renamed_logging.info(f'Read {renamed_logging} from globals')  # [logging-fstring-interpolation]