Commit 535a568fc1d753b52f09832b5468e3c63fcc60c4
Committed by
GitHub
1 parent
77356c6d
Exists in
master
FIX: Add missing import to NeuronavigationApi (#422)
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
invesalius/net/neuronavigation_api.py
@@ -17,6 +17,7 @@ | @@ -17,6 +17,7 @@ | ||
17 | # detalhes. | 17 | # detalhes. |
18 | #-------------------------------------------------------------------------- | 18 | #-------------------------------------------------------------------------- |
19 | 19 | ||
20 | +from invesalius.pubsub import pub as Publisher | ||
20 | from invesalius.utils import Singleton | 21 | from invesalius.utils import Singleton |
21 | 22 | ||
22 | class NeuronavigationApi(metaclass=Singleton): | 23 | class NeuronavigationApi(metaclass=Singleton): |