Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit 626743c

Browse files
OCoppingcoretl
authored andcommitted
Fixed formatting
1 parent c7f83dd commit 626743c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dls_python3_skeleton/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def clean_repo(args):
190190

191191
branches = [x[2:] for x in str(git("branch", "--list")).split("\n")]
192192
assert (
193-
"skeleton-merge-branch" in branches,
193+
"skeleton-merge-branch" in branches
194194
), "Expected skeleton-merge-branch to be in existing repo"
195195

196196
git("branch", "-D", "skeleton-merge-branch")

0 commit comments

Comments
 (0)