mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-11-06 15:41:56 +00:00
Enable ruff check for ANN (#1139)
This commit is contained in:
@@ -130,7 +130,7 @@ class BaseProtocol(ABC):
|
||||
self._transport = transport
|
||||
|
||||
@property
|
||||
def _host(self):
|
||||
def _host(self) -> str:
|
||||
return self._transport._host
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user