Skip to content

Commit 258bd24

Browse files
style: run black on changed files
1 parent 8c8400a commit 258bd24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/make_package.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,8 @@ def tag(value_string):
222222
"--notests",
223223
dest="notests",
224224
action="store_true",
225-
help="Exclude tests from the package build.",)
225+
help="Exclude tests from the package build.",
226+
)
226227
self.args = parser.parse_args()
227228

228229

0 commit comments

Comments
 (0)