Skip to content

Commit

Permalink
fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
helfer committed Jan 24, 2017
1 parent e596ff5 commit 7b7f290
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/test/testSchemaGenerator.ts
Expand Up @@ -4,9 +4,6 @@
import { assert, expect } from 'chai';
import {
graphql,
GraphQLInt,
GraphQLObjectType,
GraphQLSchema,
GraphQLResolveInfo,
GraphQLScalarType,
Kind,
Expand All @@ -22,7 +19,6 @@ import {
addErrorLoggingToSchema,
addSchemaLevelResolveFunction,
attachConnectorsToContext,
assertResolveFunctionsPresent,
chainResolvers,
concatenateTypeDefs,
} from '../schemaGenerator';
Expand Down

0 comments on commit 7b7f290

Please sign in to comment.