Skip to content

Commit c3edef7

Browse files
committed
lint: remove unneeded global statement
1 parent 7b0addb commit c3edef7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

schema_salad/validate.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ def avro_type_name(url: str) -> str:
7676
Extract either the last part of the URL fragment past the slash, otherwise
7777
the whole fragment.
7878
"""
79-
global primitives
8079

8180
if url in primitives:
8281
return primitives[url]

0 commit comments

Comments
 (0)