Skip to content

Commit

Permalink
import abstract types from typing to pass Python 3.9 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sbenthall committed Jul 19, 2023
1 parent d7296f7 commit 4af0ec2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions HARK/model.py
Original file line number Diff line number Diff line change
@@ -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():
"""
Expand Down

0 comments on commit 4af0ec2

Please sign in to comment.