Final lint pass

This commit is contained in:
zandercymatics 2023-11-09 11:42:38 -07:00
parent fef39c4cbe
commit b6f3b7a1e0
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
3 changed files with 4 additions and 4 deletions

View file

@ -113,7 +113,7 @@ class TerminalHelper:
else:
logger.info("Please respond with a valid selection.\n")
# @staticmethod
@staticmethod
def array_as_string(array_to_convert: List[str]) -> str:
array_as_string = "{}".format("\n".join(map(str, array_to_convert)))
return array_as_string