Skip to content

Commit 10c47ee

Browse files
committed
fix: refine the nameing
1 parent d08ce99 commit 10c47ee

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)