Skip to content
Snippets Groups Projects

Introduce pyupgrade

Merged Yoann Schneider requested to merge introduce-pyupgrade into master
2 files
+ 3
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -54,7 +54,7 @@ class TestLoadExport(FixtureTestCase):
"documents.classification": ["ml_class"],
}
with open(path, "r") as file:
with open(path) as file:
data = json.loads(file.read())
results = []
Loading