Skip to content

Commit 7ace5b4

Browse files
committed
Merge branch 'allow-background-images-for-canvas-drawing' of github.com:ReproNim/reproschema-py into allow-background-images-for-canvas-drawing
2 parents 3901eab + 1f109fc commit 7ace5b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reproschema/models/tests/test_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
from pathlib import Path
44

55
import pytest
6-
from pyld import jsonld
76
from pydantic import ValidationError
7+
from pyld import jsonld
88

99
from ...jsonldutils import load_file
1010
from ...utils import start_server, stop_server

0 commit comments

Comments
 (0)