Removed redundant route attribute
This commit is contained in:
parent
8742c4d43c
commit
a8d03689e6
1 changed files with 0 additions and 1 deletions
|
|
@ -22,6 +22,5 @@ class MicroscopeViewPlugin(MicroscopeView):
|
||||||
def __init__(self, microscope, plugin=None, **kwargs):
|
def __init__(self, microscope, plugin=None, **kwargs):
|
||||||
|
|
||||||
self.plugin = plugin
|
self.plugin = plugin
|
||||||
self.route = None
|
|
||||||
|
|
||||||
MicroscopeView.__init__(self, microscope=microscope, **kwargs)
|
MicroscopeView.__init__(self, microscope=microscope, **kwargs)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue