chore(tidy) Tidy Friday

pull/18108/head
Bouncey 2018-09-07 13:35:42 +01:00 committed by Stuart Taylor
parent 56494ffc32
commit 3878cbae63
3 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,6 @@
import dedent from 'dedent';
import debugFactory from 'debug';
import { curry, pick } from 'lodash';
import { pick } from 'lodash';
import { Observable } from 'rx';
import { homeLocation } from '../../../config/env';

View File

@ -21,7 +21,6 @@ import {
} from '../redux';
import Layout from '../components/Layout';
import { Spacer, Loader, FullWidthRow } from '../components/helpers';
import { runInThisContext } from 'vm';
const propTypes = {
email: PropTypes.string,

View File

@ -4,7 +4,6 @@ import { fetchUserComplete, fetchUserError } from './';
import { getSessionUser } from '../utils/ajax';
function* fetchSessionUser() {
console.log('fetchSessionUser');
try {
const {
data: { user = {}, result = '' }