Skip to content

Commit 8463d31

Browse files
committed
Formatting
1 parent abc9555 commit 8463d31

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

test/builtin/drawing/manage.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@
33
import test_plot_detail
44

55
parser = argparse.ArgumentParser(description="manage plot tests")
6-
parser.add_argument("--generate", action="store_true", help="generate test reference files")
7-
parser.add_argument("--check-docs", action="store_true", help="compare doc tests with docs")
6+
parser.add_argument(
7+
"--generate", action="store_true", help="generate test reference files"
8+
)
9+
parser.add_argument(
10+
"--check-docs", action="store_true", help="compare doc tests with docs"
11+
)
812
args = parser.parse_args()
913

1014

test/builtin/drawing/test_plot_detail.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
import os
5555
import pathlib
5656
import subprocess
57+
5758
import yaml
5859

5960
# couple tests depend on ths

0 commit comments

Comments
 (0)