We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b0addb commit c3edef7Copy full SHA for c3edef7
schema_salad/validate.py
@@ -76,7 +76,6 @@ def avro_type_name(url: str) -> str:
76
Extract either the last part of the URL fragment past the slash, otherwise
77
the whole fragment.
78
"""
79
- global primitives
80
81
if url in primitives:
82
return primitives[url]
0 commit comments