diff --git a/HARK/model.py b/HARK/model.py index d1ebc68db..1c7d4217a 100644 --- a/HARK/model.py +++ b/HARK/model.py @@ -1,8 +1,7 @@ """ Models in the abstract. """ -from collections.abc import Callable, Mapping, Sequence -from typing import Any, Optional, Union +from typing import Any, Callable, Mapping, Optional, Sequence, Union class Control(): """