Update synthetic.py
This commit is contained in:
parent
87b8ae4358
commit
444768ca1c
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ class SyntheticDataKit:
|
|||
token = None,
|
||||
**kwargs,
|
||||
):
|
||||
return classmethod(*args, **kwargs)
|
||||
return cls(*args, **kwargs)
|
||||
pass
|
||||
|
||||
@staticmethod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue