From 7dbe65ab8ae32569ad83dace5790e3fc005bafcc Mon Sep 17 00:00:00 2001 From: Michael Schmoock Date: Tue, 27 Dec 2022 16:54:02 +0100 Subject: [PATCH] autopilot: fix flake8 code nits --- autopilot/lib_autopilot.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autopilot/lib_autopilot.py b/autopilot/lib_autopilot.py index 8370a0b..c1b9545 100644 --- a/autopilot/lib_autopilot.py +++ b/autopilot/lib_autopilot.py @@ -65,6 +65,8 @@ import math import pickle import networkx as nx import numpy as np + + class Strategy: # define constants. Never changed as they are part of the API DIVERSE = "diverse"