Skip to content
This repository has been archived by the owner on Jul 10, 2019. It is now read-only.

Commit

Permalink
removed unsued imports in client test
Browse files Browse the repository at this point in the history
  • Loading branch information
evans authored and peggyrayzis committed Feb 12, 2018
1 parent ea46013 commit 2b38eb8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/apollo-link-state/src/__tests__/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ import { print } from 'graphql/language/printer';
import { parse } from 'graphql/language/parser';

import { withClientState } from '../';
import { ApolloCache } from 'apollo-cache';
import { QueryDocumentKeys } from 'graphql/language/visitor';
import { check } from 'graphql-anywhere/lib/utilities';

const makeTerminatingCheck = (done, body) => {
return (...args) => {
Expand Down

0 comments on commit 2b38eb8

Please sign in to comment.