Skip to content

Commit 1f8657a

Browse files
committed
Cleanup
1 parent f62a735 commit 1f8657a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/introspection/getTypeFromValues.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
GraphQLString,
99
} from 'graphql';
1010
import GraphQLJSON from 'graphql-type-json';
11-
import DateType, { isISODateString } from './DateType';
11+
import DateType from './DateType';
1212

1313
const isNumeric = (value) => !isNaN(parseFloat(value)) && isFinite(value);
1414
const valuesAreNumeric = (values) => values.every(isNumeric);

0 commit comments

Comments
 (0)