Skip to content

Commit

Permalink
chore: add networkx.generators to hidden imports (#6143)
Browse files Browse the repository at this point in the history
Co-authored-by: Haresh Nasit <[email protected]>
  • Loading branch information
moelasmar and hnnasit authored Nov 6, 2023
1 parent 046e7f9 commit b8d372a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samcli/cli/hidden_imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ def walk_modules(module: ModuleType, visited: set) -> None:
"dateparser",
"jsonschema",
"cfnlint",
"networkx.generators",
]

0 comments on commit b8d372a

Please sign in to comment.