From 7a1a6d7b14a7a4a1446868d16b8d66e6e3d3ccc7 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Tue, 11 Jun 2024 07:00:13 +0100 Subject: [PATCH] flake8 --- mcmc/mcmc_root_finder_vertex.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mcmc/mcmc_root_finder_vertex.py b/mcmc/mcmc_root_finder_vertex.py index 50813f6..0752f22 100644 --- a/mcmc/mcmc_root_finder_vertex.py +++ b/mcmc/mcmc_root_finder_vertex.py @@ -30,6 +30,7 @@ import AbstractGeneratesDataSpecification from spinn_front_end_common.interface.ds import DataSpecificationGenerator + class MCMCRootFinderRegions(Enum): """ Regions in the MCMCRootFinder Data """