Skip to content

Commit 350ee32

Browse files
committed
Fix linter issue
1 parent 20d443e commit 350ee32

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/jsutils/__tests__/Path-test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
import { expect } from 'chai';
44
import { describe, it } from 'mocha';
55

6-
import { addPath, pathToArray } from '../Path';
7-
import { type Path } from '../Path';
6+
import { type Path, addPath, pathToArray } from '../Path';
87

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

0 commit comments

Comments
 (0)