Skip to content

Commit 5debe48

Browse files
chore: quotes
Co-authored-by: Ivan Kanakarakis <[email protected]>
1 parent 6ea06d6 commit 5debe48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/satosa/yaml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def _constructor_tuple_variables(loader, node):
5555

5656
TAG_ENV = "!ENV"
5757
TAG_ENVFILE = "!ENVFILE"
58-
TAG_TUPLE = u'tag:yaml.org,2002:python/tuple'
58+
TAG_TUPLE = "tag:yaml.org,2002:python/tuple"
5959

6060

6161
_safe_loader.add_constructor(TAG_ENV, _constructor_env_variables)

0 commit comments

Comments
 (0)