Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft committed Feb 28, 2024
1 parent 6d1df39 commit 23cfc0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/mgmt/automation/generate_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ def sdk_automation_typespec(config: dict) -> List[dict]:
if 'relatedTypeSpecProjectFolder' not in config:
return packages

head_sha = config['headSha']
repo_url = config['repoHttpsUrl']
head_sha: str = config['headSha']
repo_url: str = config['repoHttpsUrl']

tsp_projects = config['relatedTypeSpecProjectFolder']
if isinstance(tsp_projects, str):
Expand Down

0 comments on commit 23cfc0d

Please sign in to comment.