Skip to content

Commit 2cb7c2f

Browse files
authored
fix: remove unnecessary hidden import for pkg_resources (aws#8290)
1 parent 6370b15 commit 2cb7c2f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

samcli/cli/hidden_imports.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ def walk_modules(module: ModuleType, visited: set) -> None:
2525
"cookiecutter.extensions",
2626
"text_unidecode",
2727
"samtranslator",
28-
# default hidden import 'pkg_resources.py2_warn' is added
29-
# since pyInstaller 4.0.
30-
"pkg_resources.py2_warn",
3128
"aws_lambda_builders.workflows",
3229
"configparser",
3330
"dateparser",

0 commit comments

Comments
 (0)