remove name abstraction

This commit is contained in:
Jakub Trllo 2025-08-15 11:09:33 +02:00
parent 044e414718
commit 89e92f5556

View file

@ -114,13 +114,6 @@ class HostBase(AbstractHost):
self._log = logging.getLogger(self.__class__.__name__)
return self._log
@property
@abstractmethod
def name(self) -> str:
"""Host name."""
pass
def get_current_project_name(self):
"""
Returns: