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 1baa270 commit b9a431bCopy full SHA for b9a431b
1 file changed
.circle/validate.py
@@ -26,7 +26,7 @@
26
27
28
def load_yaml_file(path):
29
- with file(path, 'r') as stream:
+ with open(path, 'r') as stream:
30
text = yaml.load(stream)
31
32
return text
0 commit comments