Skip to content

Commit

Permalink
#26 use get_args
Browse files Browse the repository at this point in the history
  • Loading branch information
rtimms committed Oct 5, 2023
1 parent f116efd commit dd506d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bpx/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ class UserDefined(BaseModel):
class Config:
extra = Extra.allow

def __init__(Self, **data):
def __init__(self, **data):
"""
Overwrite the default __init__ to convert strings to Function objects and
dicts to InterpolatedTable objects
Expand Down

0 comments on commit dd506d8

Please sign in to comment.