Skip to content

Commit 516e381

Browse files
wxg0103xuwei-fit2cloud
authored andcommitted
Update assistant.py
Remove unused code
1 parent d672219 commit 516e381

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/apps/system/crud/assistant.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ def get_simple_ds_list(self):
139139
def get_db_schema(self, ds_id: int) -> str:
140140
ds = self.get_ds(ds_id)
141141
schema_str = ""
142-
# db_name = ds.db_schema
143142
db_name = ds.db_schema if ds.db_schema is not None and ds.db_schema != "" else ds.dataBase
144143
schema_str += f"【DB_ID】 {db_name}\n【Schema】\n"
145144
for table in ds.tables:

0 commit comments

Comments
 (0)