Skip to content

Commit f3a002b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3da0867 commit f3a002b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

examples/basic_usage_example.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,7 @@ def working_with_your_own_data():
165165
print("WORKING WITH YOUR OWN DATA")
166166
print("=" * 70)
167167

168-
print(
169-
"""
168+
print("""
170169
Once you're familiar with the library using example data, you can use
171170
your own Siemens DICOM files:
172171
@@ -191,8 +190,7 @@ def working_with_your_own_data():
191190
print(f"Found {len(tags)} CSA tags")
192191
193192
Note: CSA headers are only present in Siemens MRI DICOM files.
194-
"""
195-
)
193+
""")
196194

197195

198196
def main():

0 commit comments

Comments
 (0)