Skip to content

Commit

Permalink
fix(aws-amplify): delete unused AmazonAIPredictionsProvider import (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
AryanJ-NYC authored and jordanranz committed Dec 27, 2019
1 parent eb3ab44 commit 8781ce4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/aws-amplify/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ import Cache from '@aws-amplify/cache';
import Interactions, { InteractionsClass } from '@aws-amplify/interactions';
import * as UI from '@aws-amplify/ui';
import XR, { XRClass } from '@aws-amplify/xr';
import Predictions, {
AmazonAIPredictionsProvider,
} from '@aws-amplify/predictions';
import Predictions from '@aws-amplify/predictions';

import Amplify, {
ConsoleLogger as Logger,
Expand Down

0 comments on commit 8781ce4

Please sign in to comment.