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

Commit 1e30877

Browse files
OCoppingcoretl
andcommitted
Update tests/test_dls_python3_skeleton.py
Formatting Co-authored-by: Tom C (DLS) <[email protected]>
1 parent 028bd21 commit 1e30877

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tests/test_dls_python3_skeleton.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,7 @@ def check_output(*args, cwd=None) -> str:
1919

2020

2121
def check_branches(module: str) -> List[str]:
22-
return [
23-
x
24-
for x in __main__.git("branch", "--format=%(refname:short)", cwd=module).split(
25-
"\n"
26-
)
27-
]
22+
return __main__.git("branch", "--format=%(refname:short)", cwd=module).split("\n")
2823

2924

3025
def test_cli_version():

0 commit comments

Comments
 (0)