Skip to content

Commit

Permalink
fix Dict type omission
Browse files Browse the repository at this point in the history
  • Loading branch information
kushaangupta committed Oct 13, 2024
1 parent 03a15b7 commit 548e319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neuro_py/tuning/fields.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 548e319

Please sign in to comment.