Removed relative imports
This commit is contained in:
parent
8905dad978
commit
6961ba97cc
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
from .pystate import PyState
|
||||
from state.pystate import PyState
|
||||
|
||||
|
||||
class DevState(PyState):
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
from typing import Any, List, Tuple, Optional
|
||||
|
||||
from .base import State, Node, Edge, Element
|
||||
from state.base import State, Node, Edge, Element
|
||||
|
||||
|
||||
class PyState(State):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue