Skip to content

Commit

Permalink
yaml_helper: don't run code upon module import
Browse files Browse the repository at this point in the history
  • Loading branch information
hagau committed Aug 26, 2024
1 parent 7ea5ab6 commit 8afa685
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions yaml_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,3 @@ def register_constructors():
Register YAML constructors for all the custom tags
"""
yaml.add_constructor('!include', include_constructor)

register_constructors()

0 comments on commit 8afa685

Please sign in to comment.