From 1b59762b9c9c595efd9c4ee12883c3e2510c4ff3 Mon Sep 17 00:00:00 2001 From: mawc2019 Date: Sun, 30 Jul 2023 20:48:42 -0400 Subject: [PATCH] add a new line --- python/adjoint/filters.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/adjoint/filters.py b/python/adjoint/filters.py index e0f3a2e81..5efe03cad 100644 --- a/python/adjoint/filters.py +++ b/python/adjoint/filters.py @@ -7,6 +7,7 @@ from autograd import numpy as npa from scipy import signal, special from typing import List, Tuple, Union + ArrayLikeType = Union[List, Tuple, np.ndarray]