Skip to content

Commit

Permalink
Update test_NormalizingRecursiveExpansionNode.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Feb 19, 2023
1 parent 42a1640 commit 4d88371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdp/test/test_NormalizingRecursiveExpansionNode.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Tests for the NormalizingRecursiveExpansionNode.
"""

from mdp.nodes import (RecursiveExpansionNode,pytest
from mdp.nodes import (RecursiveExpansionNode,
NormalizingRecursiveExpansionNode)
from mdp.nodes.recursive_expansion_nodes import recfs
from mdp.test._tools import *
Expand Down

0 comments on commit 4d88371

Please sign in to comment.