mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-30 22:46:30 +02:00
Final lint pass
This commit is contained in:
parent
fef39c4cbe
commit
b6f3b7a1e0
3 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue