black/tests/data/force_pyi.py
2018-06-06 15:48:38 -07:00

7 lines
62 B
Python

def f(): ...
def g(): ...
# output
def f(): ...
def g(): ...