Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit d54612c

Browse files
authored
Update import_packages.py
1 parent 649e4d6 commit d54612c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/import_packages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ async def add_data(self):
110110
async def run_import(self):
111111
self.restore_backup()
112112
self.setup_schema()
113-
# await self.add_data()
113+
await self.add_data()
114114
self.take_backup()
115115

116116
if __name__ == "__main__":

0 commit comments

Comments
 (0)