From d97aa0ed1151e2964603c6e792e6ad5599ccceea Mon Sep 17 00:00:00 2001 From: Nicholas Tolley <55253912+ntolley@users.noreply.github.com> Date: Mon, 20 Nov 2023 13:38:39 -0500 Subject: [PATCH] formatting Co-authored-by: Mainak Jas --- examples/howto/plot_hnn_animation.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/howto/plot_hnn_animation.py b/examples/howto/plot_hnn_animation.py index 4cd9aae16d..dc1ae8f888 100644 --- a/examples/howto/plot_hnn_animation.py +++ b/examples/howto/plot_hnn_animation.py @@ -13,6 +13,7 @@ # First, we'll import the necessary modules for instantiating a network and # running a simulation that we would like to animate. import os.path as op + import hnn_core from hnn_core import jones_2009_model, simulate_dipole, read_params from hnn_core.network_models import add_erp_drives_to_jones_model