Skip to content

Commit a93cf55

Browse files
committed
linting
1 parent ff9cf2a commit a93cf55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: defog/async_admin_methods.py

+1
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ async def create_empty_tables(self, dev: bool = False):
338338

339339
elif self.db_type == "mysql":
340340
import aiomysql
341+
341342
db_creds = self.db_creds.copy()
342343
db_creds["db"] = db_creds["database"]
343344
del db_creds["database"]

0 commit comments

Comments
 (0)