Skip to content

Commit 5c5e952

Browse files
mccleCPBridge
andauthored
Update src/highdicom/utils.py
Co-authored-by: Chris Bridge <chrisbridge44@googlemail.com>
1 parent ce4998a commit 5c5e952

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/highdicom/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ def import_optional_dependency(
274274
------
275275
ImportError
276276
When the specified module cannot be imported.
277+
277278
"""
278279
for req_str in metadata.requires('highdicom'):
279280
req = Requirement(req_str)

0 commit comments

Comments
 (0)