Skip to content

Commit

Permalink
Merge pull request #1738 from Justihar/dev
Browse files Browse the repository at this point in the history
Fix return type for get_ad_api()
  • Loading branch information
acockburn authored Apr 2, 2023
2 parents 2d43d64 + 6a2037f commit e6955a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appdaemon/adbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def __init__(self, ad: AppDaemon, name, logging, args, config, app_config, globa
# API/Plugin
#

def get_ad_api(self) -> Callable:
def get_ad_api(self) -> adapi.ADAPI:
api = adapi.ADAPI(
self.AD,
self.name,
Expand Down

0 comments on commit e6955a8

Please sign in to comment.