fix flak8

This commit is contained in:
Cayo Puigdefabregas 2022-07-11 14:07:27 +02:00 committed by Santiago L
parent a303b935a8
commit 15a56a59ee
1 changed files with 1 additions and 1 deletions

View File

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