You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently there's an unconditional dep on the future library but afaics its just compatibility to python3, ideally that should be detected in the handful of places its used to avoid the shim/alias on python3. afaics there's only two uses
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs in next 7 days. Thank you for your contributions.
currently there's an unconditional dep on the future library but afaics its just compatibility to python3, ideally that should be detected in the handful of places its used to avoid the shim/alias on python3. afaics there's only two uses
./aws_xray_sdk/core/plugins/ec2_plugin.py
2:from future.standard_library import install_aliases
./aws_xray_sdk/ext/sqlalchemy/util/decorators.py
4:from future.standard_library import install_aliases
The text was updated successfully, but these errors were encountered: