Skip to content

Commit 07cc823

Browse files
authored
Merge pull request #57 from bmwcarit/XXXXX-refine-naming
fix: refine the nameing
2 parents d08ce99 + 10c47ee commit 07cc823

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dlt/dlt_broker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,5 +281,5 @@ def dlt_time(self):
281281
raise RuntimeError("Getting dlt time function is not enabled")
282282

283283
@property
284-
def is_injectable(self) -> bool:
284+
def injection_support(self) -> bool:
285285
return bool(self._ip_address)

0 commit comments

Comments
 (0)