Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0.96.0rc3: fix identitycenter import error (cartography-cncf#1390)
### Summary > Describe your changes. Adds a missing `__init__.py` file to AWS identitycenter. Without this, running ``` import cartography.intel.aws ``` in a separate script will cause the script to fail with a `ModuleNotFoundError`. Crash dump: ``` from cartography.sync import Sync .. import cartography.intel.aws .. from .resources import RESOURCE_FUNCTIONS .. from . import identitycenter .. from cartography.models.aws.identitycenter.awsidentitycenter import AWSIdentityCenterInstanceSchema E ModuleNotFoundError: No module named 'cartography.models.aws.identitycenter' ```
- Loading branch information