Skip to content

Commit

Permalink
Fix linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Mar 8, 2020
1 parent 20d443e commit 350ee32
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/jsutils/__tests__/Path-test.js
Expand Up @@ -3,8 +3,7 @@
import { expect } from 'chai';
import { describe, it } from 'mocha';

import { addPath, pathToArray } from '../Path';
import { type Path } from '../Path';
import { type Path, addPath, pathToArray } from '../Path';

describe('Path', () => {
it('can add a new key to an existing Path', () => {
Expand Down

0 comments on commit 350ee32

Please sign in to comment.