From fece62b14c834ccb39ddea0693e59e7615aa0e58 Mon Sep 17 00:00:00 2001 From: Mythir Date: Mon, 25 Nov 2024 15:08:00 +0100 Subject: [PATCH] Docformatter --- quantuminspire/sdk/models/base_algorithm.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/quantuminspire/sdk/models/base_algorithm.py b/quantuminspire/sdk/models/base_algorithm.py index 2135b6b3..ee115727 100644 --- a/quantuminspire/sdk/models/base_algorithm.py +++ b/quantuminspire/sdk/models/base_algorithm.py @@ -58,4 +58,7 @@ def compile_stage(self) -> str: @property @abstractmethod def language_name(self) -> str: - """The name of the language the algorithm in the file is written in. (Should match a language in the API)""" + """The name of the language the algorithm in the file is written in. + + Should match a language in the API. + """