Feat: add __init__ and mod function signature
This commit is contained in:
@@ -55,7 +55,7 @@ class FSRepository(AbstractRepository):
|
||||
|
||||
raise ValueError("Can't open the table")
|
||||
|
||||
def write(self, table:str, content, schema:str='.'):
|
||||
def write(self, content, table:str, schema:str='.'):
|
||||
table_path = self.build_table_path(table, schema)
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user