black/tests/force_pyi.py
2018-05-23 11:01:26 -07:00

7 lines
62 B
Python

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