Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
marksgraham committed Nov 20, 2023
1 parent 0c3b931 commit e4e6608
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions oct_converter/dicom/dicom.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ def create_dicom_from_oct(
cols: int = 512,
interlaced: bool = False,
diskbuffered: bool = False,
extract_scan_repeats: bool = False
extract_scan_repeats: bool = False,
) -> list:
"""Creates a DICOM file with the data parsed from
the input file.
Expand Down Expand Up @@ -471,10 +471,7 @@ def create_dicom_from_boct(


def create_dicom_from_e2e(
input_file: str,
output_dir: str = None,
extract_scan_repeats: bool = False

input_file: str, output_dir: str = None, extract_scan_repeats: bool = False
) -> list:
"""Creates DICOM file(s) with the data parsed from
the input file.
Expand Down

0 comments on commit e4e6608

Please sign in to comment.