Skip to content

Commit 1b2d1b0

Browse files
committed
Code formatting cleanup
1 parent e405392 commit 1b2d1b0

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.vscode/settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"python.pythonPath": "~/miniconda3/bin/python",
32
"python.formatting.provider": "yapf",
43
"python.linting.pylintPath": "~/miniconda3/bin/pylint"
54
}

tests/test_dicom.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,5 @@ def test_dicom_convesion(tmpdir):
77
print("Using temp dir", tmpdir)
88
path = pydicom.data.get_testdata_file("CT_small.dcm")
99
print("Using dicom file", path)
10-
paths = sa.dicom_to_rgb_sequence(
11-
path, tmpdir
12-
)
10+
paths = sa.dicom_to_rgb_sequence(path, tmpdir)
1311
assert len(paths) == 1

0 commit comments

Comments
 (0)