From d5af20f7488ae46bc14139bfa982813de069c53d Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 29 Apr 2019 05:08:50 +0100 Subject: [PATCH] remove unneeded imports --- src/add/stageapi.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/add/stageapi.py b/src/add/stageapi.py index edfeb36a..7dc3659a 100644 --- a/src/add/stageapi.py +++ b/src/add/stageapi.py @@ -76,7 +76,6 @@ from abc import ABCMeta, abstractmethod import inspect -from iocontrol import PrevControl, NextControl import nmoperator -- 2.30.2