Skip to content

Commit c2444c5

Browse files
committed
Update src/bids_validator/context_generator.py
1 parent 1e18472 commit c2444c5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/bids_validator/context_generator.py

-2
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,8 @@ def typespec_to_type(name: str, typespec: Dict[str, Any]):
7878
else:
7979
type_ = {
8080
'number': float,
81-
'float': float, # Fix in schema
8281
'string': str,
8382
'integer': int,
84-
'int': int, # Fix in schema
8583
}[tp]
8684
return type_, metadata
8785

0 commit comments

Comments
 (0)