File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -388,9 +388,3 @@ def get_table_column_names_and_types_from_data_source(
388388 data_source: DataSource object
389389 """
390390 return data_source .get_table_column_names_and_types (config = config )
391-
392- async def initialize (self , config : RepoConfig ) -> None :
393- pass
394-
395- async def close (self ) -> None :
396- pass
Original file line number Diff line number Diff line change @@ -483,8 +483,6 @@ def get_table_column_names_and_types_from_data_source(
483483
484484 async def initialize (self , config : RepoConfig ) -> None :
485485 await self .online_store .initialize (config )
486- await self .offline_store .initialize (config )
487486
488487 async def close (self ) -> None :
489488 await self .online_store .close ()
490- await self .offline_store .close ()
You can’t perform that action at this time.
0 commit comments