From 63946fb2731fac9f580817bf7240d0638520d902 Mon Sep 17 00:00:00 2001 From: Bradley Lowekamp Date: Tue, 27 Feb 2024 15:44:37 -0500 Subject: [PATCH] Fix whitespace for linting --- rap_sitkcore/read_dcm_headers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rap_sitkcore/read_dcm_headers.py b/rap_sitkcore/read_dcm_headers.py index bab64d5..8425775 100644 --- a/rap_sitkcore/read_dcm_headers.py +++ b/rap_sitkcore/read_dcm_headers.py @@ -1,4 +1,5 @@ """ Functions related to retrieving the dicom headers from a file """ + import pydicom import requests from pathlib import Path