Fix linting errors

This commit is contained in:
fragosti
2018-07-12 15:54:35 -07:00
parent ac5588c7c4
commit 254d30b8df
2 changed files with 2 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
import * as _ from 'lodash';
import { Environments, OutdatedWrappedEtherByNetworkId, PublicNodeUrlsByNetworkId } from 'ts/types';
import { OutdatedWrappedEtherByNetworkId, PublicNodeUrlsByNetworkId } from 'ts/types';
const BASE_URL = window.location.origin;
const INFURA_API_KEY = 'T5WSC8cautR4KXyYgsRs';

View File

@@ -28,7 +28,6 @@ import {
} from 'ts/types';
import { configs } from 'ts/utils/configs';
import { constants } from 'ts/utils/constants';
import { errorReporter } from 'ts/utils/error_reporter';
import * as u2f from 'ts/vendor/u2f_api';
export const utils = {
@@ -501,4 +500,4 @@ export const utils = {
const result = `/images/token_icons/${symbol}.png`;
return result;
},
};
}; // tslint:disable:max-file-line-count