From 548e31936841739a6c6ef26f3db29e1a5cf97ca1 Mon Sep 17 00:00:00 2001 From: Kushaan Gupta Date: Sat, 12 Oct 2024 20:52:54 -0400 Subject: [PATCH] fix Dict type omission --- neuro_py/tuning/fields.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neuro_py/tuning/fields.py b/neuro_py/tuning/fields.py index 4c214a2..ad4f080 100644 --- a/neuro_py/tuning/fields.py +++ b/neuro_py/tuning/fields.py @@ -1,5 +1,5 @@ from math import sqrt -from typing import Any, Callable, List, Optional, Tuple +from typing import Any, Callable, Dict, List, Optional, Tuple import matplotlib.pyplot as plt import numpy as np