Skip to content

Commit

Permalink
chore: import order
Browse files Browse the repository at this point in the history
  • Loading branch information
OrdonioSa committed Apr 2, 2024
1 parent bcf3a3a commit 151cfe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mixins/CleanupStacks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { RetentionDays } from 'aws-cdk-lib/aws-logs';
import { Provider } from 'aws-cdk-lib/custom-resources';
import { CodePipeline } from 'aws-cdk-lib/pipelines';
import { MultiDeployCodePipeline } from '../pipelines';
import { CodePipelineMixin } from './Mixin';
import { CleanupStacksFunction } from './functions/CleanupStacks-function';
import { CodePipelineMixin } from './Mixin';


export class CleanupStacksMixin extends CodePipelineMixin {
Expand Down

0 comments on commit 151cfe0

Please sign in to comment.