Skip to content

Commit

Permalink
Import Union and Inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolaCourtier committed Jul 3, 2024
1 parent b39fe15 commit 6b815a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pybop/parameters/parameter.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
from collections import OrderedDict
from typing import Dict, List
from typing import Dict, List, Union

import numpy as np

from pybop._utils import is_numeric
from pybop.models.base_model import Inputs


class Parameter:
Expand Down

0 comments on commit 6b815a9

Please sign in to comment.