Skip to content

Commit 9a53e5b

Browse files
committed
hidden local import
1 parent 2c747d4 commit 9a53e5b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

main-amd64.spec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ a = Analysis(
2121
'uvicorn.lifespan.on',
2222
'pydantic',
2323
'fastAPI',
24-
'mysql.connector'],
24+
'mysql.connector',
25+
'mysql.connector.locales.eng'],
2526
hookspath=[],
2627
hooksconfig={},
2728
runtime_hooks=[],

main-arm64.spec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ a = Analysis(
2121
'uvicorn.lifespan.on',
2222
'pydantic',
2323
'fastAPI',
24-
'mysql.connector'],
24+
'mysql.connector',
25+
'mysql.connector.locales.eng'],
2526
hookspath=[],
2627
hooksconfig={},
2728
runtime_hooks=[],

0 commit comments

Comments
 (0)