Skip to content

Commit f4f9f64

Browse files
committed
Fixed submodule to ignore
1 parent f4bde7d commit f4f9f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_container/tests/test/standard-flavor/all/python/import_modules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def create_import_for_all_submodules_udf(self):
154154
"sklearn.externals.array_api_compat",
155155
"starlette",
156156
"uvicorn",
157-
"google_crc32c._crc32c",
157+
"google_crc32c.cext",
158158
}
159159
excluded_submodules = (
160160
"sphinxext",

0 commit comments

Comments
 (0)