Skip to content

Commit

Permalink
docs(pdf2encaps): added docstring to class init
Browse files Browse the repository at this point in the history
  • Loading branch information
a-parida12 committed Jun 9, 2022
1 parent 6ff88d3 commit 9249f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdf2dcm/pdf2encaps.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

class Pdf2EncapsDCM(BaseConverter):
def __init__(self):
"""Class for Encapsulated PDF generation"""
super().__init__()
pass

def _get_encapspdf_meta(self) -> FileMetaDataset:
"""Get and set the file meta information for the pdf encaps dicom
Expand Down

0 comments on commit 9249f39

Please sign in to comment.