black/tests/data/cases/line_ranges_imports.py
2023-11-06 18:05:25 -08:00

10 lines
346 B
Python

# flags: --line-ranges=8-8
# NOTE: If you need to modify this file, pay special attention to the --line-ranges=
# flag above as it's formatting specifically these lines.
# This test ensures no empty lines are added around import lines.
# It caused an issue before https://github.com/psf/black/pull/3610 is merged.
import os
import re
import sys