Skip to content

Commit

Permalink
Docformatter
Browse files Browse the repository at this point in the history
  • Loading branch information
Mythir committed Nov 25, 2024
1 parent d65bad5 commit fece62b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion quantuminspire/sdk/models/base_algorithm.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""

0 comments on commit fece62b

Please sign in to comment.