Skip to content

Commit

Permalink
Removing link in code
Browse files Browse the repository at this point in the history
  • Loading branch information
simongarisch committed Jul 6, 2019
1 parent a2c8e32 commit c5cd475
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyyamlsettings/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def __init__(self, yaml_file_path):
def _yaml_loader(self, yaml_file_path):
""" internal method to load yaml files and return the contents as a dict """
with open(yaml_file_path, "r") as yaml_file:
# https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation
data = yaml.load(yaml_file, Loader=yaml.FullLoader)
return data

Expand Down

0 comments on commit c5cd475

Please sign in to comment.