Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrillo-grapl committed Jun 26, 2020
1 parent 10ee28f commit 07afd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/grapl-cdk/lib/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import * as subscriptions from "@aws-cdk/aws-sns-subscriptions";

import { SqsEventSource } from '@aws-cdk/aws-lambda-event-sources';

import { Watchful, WatchfulProps } from "./vendor/cdk-watchful/lib/watchful";
import { Watchful } from "./vendor/cdk-watchful/lib/watchful";

class Queues {
readonly queue: sqs.Queue;
Expand Down

0 comments on commit 07afd29

Please sign in to comment.