Skip to content

Commit 5aadf27

Browse files
committed
fix types
1 parent 4ef52be commit 5aadf27

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
@@ -94,7 +94,7 @@ def __init__(self, ctx, schemagraph=None, foreign_properties=None,
9494
self.cache = {}
9595

9696
self.url_fields = None # type: Set[str]
97-
self.scoped_ref_fields = None # type: Dict[unicode, unicode]
97+
self.scoped_ref_fields = None # type: Dict[unicode, int]
9898
self.vocab_fields = None # type: Set[str]
9999
self.identifiers = None # type: Set[str]
100100
self.identity_links = None # type: Set[str]

0 commit comments

Comments
 (0)