Skip to content

Commit d2f7b71

Browse files
committed
fix: lint
1 parent 810e387 commit d2f7b71

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/routes/projects/get.spec.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
/* eslint-disable no-unused-expressions */
22
/* eslint-disable max-len */
33
import chai from 'chai';
4-
import sinon from 'sinon';
54
import request from 'supertest';
65
import _ from 'lodash';
76
import config from 'config';
87
import models from '../../models';
9-
import util from '../../util';
108
import server from '../../app';
119
import testUtil from '../../tests/util';
1210
import { ATTACHMENT_TYPES } from '../../constants';

0 commit comments

Comments
 (0)