Skip to content

Commit

Permalink
BUG it is typ not type
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Apr 2, 2024
1 parent 9f40167 commit ad1fef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_forge_webservices/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ def add_bot_automerge(repo):


def remove_bot_automerge(repo):
yaml = YAML(type="safe")
yaml = YAML(typ="safe")

cf_yml = os.path.join(repo.working_dir, "conda-forge.yml")
if os.path.exists(cf_yml):
Expand Down

0 comments on commit ad1fef1

Please sign in to comment.