Skip to content

Commit

Permalink
optimise imports
Browse files Browse the repository at this point in the history
  • Loading branch information
AWare committed Oct 30, 2019
1 parent 712f460 commit 4c79332
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions projects/aws/lib/step-function.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import * as iam from '@aws-cdk/aws-iam'
import * as sfn from '@aws-cdk/aws-stepfunctions'
import * as cdk from '@aws-cdk/core'
import { Condition } from '@aws-cdk/aws-stepfunctions'
import { Duration } from '@aws-cdk/core'
import { StepFunctionProps, task } from './constructs'
import * as iam from '@aws-cdk/aws-iam'
import * as sfn from '@aws-cdk/aws-stepfunctions'

export const archiverStepFunction = (
scope: cdk.Construct,
Expand Down

0 comments on commit 4c79332

Please sign in to comment.