From da86e131beb22fbd59436ccd79ba3f2a3ff4ae8b Mon Sep 17 00:00:00 2001 From: Callum Forrester Date: Fri, 13 Sep 2024 16:09:50 +0100 Subject: [PATCH] Fix formatting --- src/scanspec/core.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/scanspec/core.py b/src/scanspec/core.py index e14b6301..de10ab74 100644 --- a/src/scanspec/core.py +++ b/src/scanspec/core.py @@ -9,9 +9,6 @@ Generic, Literal, TypeVar, - get_origin, - get_type_hints, - overload, ) import numpy as np