From 15a56a59ee360c2b77c5a7317c724e9274fd19b5 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Mon, 11 Jul 2022 14:07:27 +0200 Subject: [PATCH] fix flak8 --- ereuse_devicehub/parser/computer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ereuse_devicehub/parser/computer.py b/ereuse_devicehub/parser/computer.py index a6993c04..afd2e17d 100644 --- a/ereuse_devicehub/parser/computer.py +++ b/ereuse_devicehub/parser/computer.py @@ -94,7 +94,7 @@ class Processor(Component): assert not hasattr(self, 'cores') or 1 <= self.cores <= 16 @staticmethod # noqa: C901 - def processor_brand_generation(model: str): + def processor_brand_generation(model: str): # noqa: C901 """Generates the ``brand`` and ``generation`` fields for the given model. This returns a tuple with: