We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ea06d6 commit 5debe48Copy full SHA for 5debe48
src/satosa/yaml.py
@@ -55,7 +55,7 @@ def _constructor_tuple_variables(loader, node):
55
56
TAG_ENV = "!ENV"
57
TAG_ENVFILE = "!ENVFILE"
58
-TAG_TUPLE = u'tag:yaml.org,2002:python/tuple'
+TAG_TUPLE = "tag:yaml.org,2002:python/tuple"
59
60
61
_safe_loader.add_constructor(TAG_ENV, _constructor_env_variables)
0 commit comments