Skip to content

Commit

Permalink
adding docs to RST autodocs
Browse files Browse the repository at this point in the history
  • Loading branch information
sbenthall committed Jul 19, 2023
1 parent 32c7cf3 commit d7296f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Documentation/reference/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ API Reference
tools/frame
tools/helpers
tools/interpolation
tools/model
tools/numba_tools
tools/parallel
tools/rewards
Expand Down
2 changes: 1 addition & 1 deletion HARK/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Models in the abstract.
"""
from collections.abc import Callable, Mapping, Sequence
from typing import Any, Optional
from typing import Any, Optional, Union

class Control():
"""
Expand Down

0 comments on commit d7296f7

Please sign in to comment.