Neil Parker
Neil Parker
To reproduce, use the following template: ```yaml AWSTemplateFormatVersion: "2010-09-09" Parameters: VPC: Type: AWS::EC2::VPC::Id Subnet: Type: AWS::EC2::Subnet::Id Resources: Role: Type: AWS::IAM::Role Properties: Description: Role which IoT will assume to send data...
It looks like `online` was removed from the default bundles added by `composeBundles` in release 27.0.0, but [the documentation](https://reduxbundler.com/api-reference/top-level#composebundles-...bundles) still says that this bundle is included by default.
`MakeMigrationsCommand.write_migration_files` now accepts an optional `update_previous_migration_paths` kwarg, which should be passed through. For reference, here is a similar change in another project: https://github.com/adamchainz/django-linear-migrations/pull/270
### What's wrong This rule is falsely flagging a second function level import of the same name as a collision. Appears to have been introduced in version 0.19.0, does not...