Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tkgnm committed Sep 26, 2023
1 parent ec2696d commit d36ee77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cdk/bin/cdk.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import 'source-map-support/register';
import type { GuStackProps } from '@guardian/cdk/lib/constructs/core';
import { App } from 'aws-cdk-lib';
import { InstanceClass, InstanceSize, InstanceType } from 'aws-cdk-lib/aws-ec2';
import { Registration } from '../lib/registration';
import { RegistrationsDbProxy } from '../lib/registrations-db-proxy';
import { SloMonitoring } from '../lib/slo-monitoring';
Expand Down

0 comments on commit d36ee77

Please sign in to comment.