blob: 2601c5bfce285eb56ea68cf9f3cf9d685061781f [file] [log] [blame]
"""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]