Skip to content

Commit

Permalink
Merge pull request #29 from LukaszSielski/extract_commons
Browse files Browse the repository at this point in the history
test
  • Loading branch information
LukaszSielski authored Sep 19, 2024
2 parents b179707 + 20e8984 commit 659cecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/az_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class AzCli:

def tag_work_items(work_items_ids: list[str], tag: str):
def tag_work_items(self, work_items_ids: list[str], tag: str):
update_result = {}
for work_item_id in work_items_ids:
output = None
Expand Down

0 comments on commit 659cecd

Please sign in to comment.