Skip to content

Commit

Permalink
fix: remove unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilch committed Oct 3, 2024
1 parent 55cb026 commit d8e38e0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import { METADATA_SCALAR_MAP } from '../../scalars';
import { AppSyncDirectives, DefaultDirectives, V1Directives, DeprecatedDirective, Directive, V2Directives } from '@aws-amplify/graphql-directives';
import { scalars } from '../../scalars/supported-scalars';
import { AppSyncModelIntrospectionVisitor } from '../../visitors/appsync-model-introspection-visitor';
import { deprecate } from 'util';
import { isDataStoreEnabled } from 'graphql-transformer-core';

const defaultModelIntropectionVisitorSettings = {
isTimestampFieldsAdded: true,
Expand Down

0 comments on commit d8e38e0

Please sign in to comment.