Removed redundant route attribute

This commit is contained in:
Joel Collins 2019-06-14 17:52:18 +01:00
parent 8742c4d43c
commit a8d03689e6

View file

@ -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)