Skip to content

Commit

Permalink
adding type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
stas committed Mar 29, 2022
1 parent 1aeb4d2 commit 7626525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deployment/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
def gen_guid() -> str:
return str(uuid.uuid4())

def bicep_to_arm(bicep_template) -> str:
def bicep_to_arm(bicep_template: str) -> str:
from azure.cli.core import (
get_default_cli
)
Expand Down

0 comments on commit 7626525

Please sign in to comment.