autopilot: fix flake8 code nits

This commit is contained in:
Michael Schmoock
2022-12-27 16:54:02 +01:00
parent bceca734d7
commit 7dbe65ab8a

View File

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