Skip to content

Commit

Permalink
chore: move import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
gtdang authored and ntolley committed May 16, 2024
1 parent d016014 commit 5b57580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hnn_core/tests/test_io.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import json
# Authors: George Dang <[email protected]>
# Rajat Partani <[email protected]>

from pathlib import Path
from time import sleep
import pytest
import numpy as np
import json

from hnn_core import (simulate_dipole, read_params,
jones_2009_model, calcium_model,
Expand Down

0 comments on commit 5b57580

Please sign in to comment.