mirror of
https://github.com/Andre0512/pyhOn.git
synced 2025-05-13 14:44:28 -04:00
Fix some dw bugs
This commit is contained in:
parent
d350d639cc
commit
2feb3295e1
3 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
|||
from typing import Optional, Dict, Any, List, TYPE_CHECKING, Union
|
||||
|
||||
from pyhon import exceptions
|
||||
from pyhon.parameter.base import HonParameter
|
||||
from pyhon.parameter.enum import HonParameterEnum
|
||||
from pyhon.parameter.fixed import HonParameterFixed
|
||||
|
@ -7,7 +8,7 @@ from pyhon.parameter.program import HonParameterProgram
|
|||
from pyhon.parameter.range import HonParameterRange
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from pyhon import HonAPI, exceptions
|
||||
from pyhon import HonAPI
|
||||
from pyhon.appliance import HonAppliance
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue