Skip to content

Commit

Permalink
Match method signatures in both apps
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes-ucsc committed Nov 14, 2024
1 parent f988dc3 commit 213a9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambdas/indexer/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
class IndexerApp(AzulChaliceApp, SignatureHelper):

@cached_property
def health_controller(self):
def health_controller(self) -> HealthController:
return self._controller(HealthController, lambda_name='indexer')

@cached_property
Expand Down

0 comments on commit 213a9b5

Please sign in to comment.