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