Skip to content

Commit

Permalink
linters
Browse files Browse the repository at this point in the history
Signed-off-by: Murali Krishnasamy <[email protected]>
  • Loading branch information
mukrishn committed Sep 3, 2024
1 parent 4cd14c7 commit 4d463e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/platforms/azure/azure.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def get_workers_ready(self, kubeconfig, cluster_name):
def get_metadata(self, platform, cluster_name):
super().get_metadata(platform, cluster_name)
metadata = {}
## TODO Implement metadata logic when ready to use
# TODO Implement metadata logic when ready to use
return metadata

def watcher(self):
Expand Down

0 comments on commit 4d463e5

Please sign in to comment.