Skip to content

Commit

Permalink
Update besapi.py
Browse files Browse the repository at this point in the history
blackened
  • Loading branch information
jgstew authored Mar 7, 2024
1 parent 13dfc74 commit 68b875f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/besapi/besapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,9 @@ def session_relevance_array(self, relevance, **kwargs):

def session_relevance_string(self, relevance, **kwargs):
"""Get Session Relevance Results string"""
rel_result_array = self.session_relevance_array("(it as string) of " + relevance, **kwargs)
rel_result_array = self.session_relevance_array(
"(it as string) of " + relevance, **kwargs
)
return "\n".join(rel_result_array)

def login(self):
Expand Down

0 comments on commit 68b875f

Please sign in to comment.