From 32c35eadb7c5e345fd103480ca2a83a3c3ee296e Mon Sep 17 00:00:00 2001 From: ethanio12345 Date: Wed, 10 Jan 2024 14:13:48 +1100 Subject: [PATCH 1/2] Update __init__.py --- pylinac/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylinac/__init__.py b/pylinac/__init__.py index 87c3c1bc8..3fd2d1b7f 100644 --- a/pylinac/__init__.py +++ b/pylinac/__init__.py @@ -11,7 +11,7 @@ # alphabetized modules from .acr import ACRCT, ACRMRILarge from .calibration import tg51, trs398 -from .cheese import TomoCheese +from .cheese import TomoCheese, CIRS062M # import shortcuts # core first From 2ad0ae6c26d874d8a503ba064b71a36587a277cf Mon Sep 17 00:00:00 2001 From: James Kerns Date: Thu, 11 Jan 2024 10:53:36 -0600 Subject: [PATCH 2/2] sort import --- pylinac/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylinac/__init__.py b/pylinac/__init__.py index 3fd2d1b7f..f9e7164e8 100644 --- a/pylinac/__init__.py +++ b/pylinac/__init__.py @@ -11,7 +11,7 @@ # alphabetized modules from .acr import ACRCT, ACRMRILarge from .calibration import tg51, trs398 -from .cheese import TomoCheese, CIRS062M +from .cheese import CIRS062M, TomoCheese # import shortcuts # core first