File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -392,12 +392,10 @@ def test_black_pyi_file():
392
392
import numpy as np
393
393
394
394
395
- def add(a: np.ndarray, b: np.ndarray) -> np.ndarray:
396
- ...
395
+ def add(a: np.ndarray, b: np.ndarray) -> np.ndarray: ...
397
396
398
397
399
- def sub(a: np.ndarray, b: np.ndarray) -> np.ndarray:
400
- ...
398
+ def sub(a: np.ndarray, b: np.ndarray) -> np.ndarray: ...
401
399
""" ,
402
400
"""# comment
403
401
@@ -408,12 +406,10 @@ def sub(a: np.ndarray, b: np.ndarray) -> np.ndarray:
408
406
import numpy as np
409
407
410
408
411
- def add(a: np.ndarray, b: np.ndarray) -> np.ndarray:
412
- ...
409
+ def add(a: np.ndarray, b: np.ndarray) -> np.ndarray: ...
413
410
414
411
415
- def sub(a: np.ndarray, b: np.ndarray) -> np.ndarray:
416
- ...
412
+ def sub(a: np.ndarray, b: np.ndarray) -> np.ndarray: ...
417
413
""" ,
418
414
is_pyi = False ,
419
415
lines_before_imports = 2 ,
You can’t perform that action at this time.
0 commit comments