From e4e660854aaa56810a66f96935e095b5597294b3 Mon Sep 17 00:00:00 2001 From: Mark Graham Date: Mon, 20 Nov 2023 16:37:19 +0000 Subject: [PATCH] Formatting --- oct_converter/dicom/dicom.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/oct_converter/dicom/dicom.py b/oct_converter/dicom/dicom.py index ad2571b..9754906 100644 --- a/oct_converter/dicom/dicom.py +++ b/oct_converter/dicom/dicom.py @@ -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. @@ -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.