Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
opcua-asyncio
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nikola Balog
opcua-asyncio
Commits
cbf9b4b9
Commit
cbf9b4b9
authored
Jun 07, 2022
by
vruge
Committed by
oroulet
Jun 07, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avoid import for type checking
parent
e3642e98
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
asyncua/client/ha/reconciliator.py
asyncua/client/ha/reconciliator.py
+3
-1
No files found.
asyncua/client/ha/reconciliator.py
View file @
cbf9b4b9
...
@@ -10,12 +10,14 @@ from functools import partial
...
@@ -10,12 +10,14 @@ from functools import partial
from
typing
import
TYPE_CHECKING
,
Dict
,
Set
,
Union
,
List
,
Optional
from
typing
import
TYPE_CHECKING
,
Dict
,
Set
,
Union
,
List
,
Optional
from
sortedcontainers
import
SortedDict
# type: ignore
from
sortedcontainers
import
SortedDict
# type: ignore
from
asyncua
import
ua
,
Client
from
asyncua
import
ua
,
Client
from
asyncua.sync
import
Subscription
from
pickle
import
PicklingError
from
pickle
import
PicklingError
from
.common
import
batch
,
event_wait
,
get_digest
from
.common
import
batch
,
event_wait
,
get_digest
from
.virtual_subscription
import
VirtualSubscription
from
.virtual_subscription
import
VirtualSubscription
if
TYPE_CHECKING
:
from
asyncua.sync
import
Subscription
_logger
=
logging
.
getLogger
(
__name__
)
_logger
=
logging
.
getLogger
(
__name__
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment