Skip to content

Commit

Permalink
Update src/bids_validator/context_generator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Nov 11, 2024
1 parent 24f6b5d commit bfb3e11
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/bids_validator/context_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,8 @@ def typespec_to_type(name: str, typespec: Dict[str, Any]):
else:
type_ = {
'number': float,
'float': float, # Fix in schema
'string': str,
'integer': int,
'int': int, # Fix in schema
}[tp]
return type_, metadata

Expand Down

0 comments on commit bfb3e11

Please sign in to comment.