Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
go-to-k committed Feb 11, 2024
1 parent f487512 commit 9adee6d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Construct } from 'constructs';
import { CfnSourceApiAssociation } from './appsync.generated';
import { GraphqlApi } from './graphqlapi';
import { IGraphqlApi } from './graphqlapi-base';
import { Effect, IRole, PolicyStatement } from '../../aws-iam';
import { Fn, IResource, Lazy, Resource } from '../../core';
Expand Down

0 comments on commit 9adee6d

Please sign in to comment.