Skip to content

Commit

Permalink
test: add delta import to doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
hollandjg committed May 21, 2024
1 parent 3b2d7ef commit d9f335d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/autora/state_history_delta_standard.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class StandardStateHistory(StandardState, StateHistory):
Examples:
The state can be initialized emtpy
>>> from autora.variable import VariableCollection, Variable
>>> from autora.state import Delta
>>> s = StandardStateHistory()
>>> s # doctest: +NORMALIZE_WHITESPACE
StandardStateHistory(history=[{'variables': None,
Expand Down

0 comments on commit d9f335d

Please sign in to comment.