Skip to content

Commit 84e1ef6

Browse files
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c8b9a88 commit 84e1ef6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/fixtures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def _load_fixtures(self):
3333
if json_file.suffix != ".json":
3434
continue
3535

36-
with open(FIXTURES_DIR / json_file) as f:
36+
with open(json_file) as f:
3737
raw = f.read()
3838

3939
data = json.loads(raw)

0 commit comments

Comments
 (0)