chore: remove unused imports (#1534)

This commit is contained in:
Caleb
2018-07-28 14:33:42 -06:00
committed by Shawn Erquhart
parent 99d4b2b50c
commit 4f6e8cea44
44 changed files with 33 additions and 83 deletions

View File

@ -1,8 +1,6 @@
import { get } from "lodash";
import { fromJS } from "immutable";
import { fileExtension } from "./path";
import unsentRequest from "./unsentRequest";
import { CURSOR_COMPATIBILITY_SYMBOL } from "./Cursor";
export const filterByPropExtension = (extension, propName) => arr =>
arr.filter(el => fileExtension(get(el, propName)) === extension);