Skip to content

Commit

Permalink
fix: refine the nameing
Browse files Browse the repository at this point in the history
  • Loading branch information
yen3 committed Jun 16, 2023
1 parent d08ce99 commit 10c47ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlt/dlt_broker.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,5 +281,5 @@ def dlt_time(self):
raise RuntimeError("Getting dlt time function is not enabled")

@property
def is_injectable(self) -> bool:
def injection_support(self) -> bool:
return bool(self._ip_address)

0 comments on commit 10c47ee

Please sign in to comment.