Add the method to get acity or company name from the args, tests.
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-06-20 15:06:23 +03:00
parent 6f5bd7653a
commit 5eeaf1ee67
3 changed files with 47 additions and 0 deletions
+3
View File
@@ -14,3 +14,6 @@ class CityFormatter(AbstractFormatter):
return formated_message
def get_name_from_parts(self, parts: list):
return " ".join(parts)