Skip to content

Commit 150730c

Browse files
committed
py3 fix: use six StringIO import
1 parent 0773e44 commit 150730c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema_salad/ref_resolver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717

1818
from . import validate
19-
from schema_salad.utils import aslist, flatten
19+
from .utils import aslist, flatten
2020
from .sourceline import SourceLine, add_lc_filename, relname
2121

2222
import requests

0 commit comments

Comments
 (0)