Skip to content

Commit

Permalink
fix(k8s.construct.api): remove unused import
Browse files Browse the repository at this point in the history
Signed-off-by: Braden Mars <[email protected]>
  • Loading branch information
BradenM committed Aug 3, 2023
1 parent bc574d7 commit e85273a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/k8s/construct/api/src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
Component,
ContainerImage,
} from '@crisiscleanup/k8s.construct.component'
import { Chart, Duration, Lazy, Size } from 'cdk8s'
import { Chart, Duration, Size } from 'cdk8s'
import * as kplus from 'cdk8s-plus-27'
import { Construct } from 'constructs'
import createDebug from 'debug'
Expand Down

0 comments on commit e85273a

Please sign in to comment.