From 5f5d45970600280a106fa8d7c08fc8251646a78f Mon Sep 17 00:00:00 2001 From: Michael Bentley Date: Thu, 26 May 2022 13:06:29 -0600 Subject: [PATCH] autompc.control.nmpc: fix broken and unused include --- autompc/control/nmpc.py | 1 - 1 file changed, 1 deletion(-) diff --git a/autompc/control/nmpc.py b/autompc/control/nmpc.py index 03ba4d7..1edafd1 100644 --- a/autompc/control/nmpc.py +++ b/autompc/control/nmpc.py @@ -1,4 +1,3 @@ -from collections import Iterable from .controller import Controller, ControllerFactory from pdb import set_trace import ConfigSpace as CS