From a8d03689e63b6ea45e058d55d171ad57facfd9fe Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Fri, 14 Jun 2019 17:52:18 +0100 Subject: [PATCH] Removed redundant route attribute --- openflexure_microscope/api/v1/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openflexure_microscope/api/v1/views.py b/openflexure_microscope/api/v1/views.py index 10c88888..3c32ad44 100644 --- a/openflexure_microscope/api/v1/views.py +++ b/openflexure_microscope/api/v1/views.py @@ -22,6 +22,5 @@ class MicroscopeViewPlugin(MicroscopeView): def __init__(self, microscope, plugin=None, **kwargs): self.plugin = plugin - self.route = None MicroscopeView.__init__(self, microscope=microscope, **kwargs)