Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nerrad committed Jan 16, 2019
1 parent 12ba06c commit e4e5477
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ import {
createRelation,
createRelations,
} from '../create-relations-generators';
import {
receiveEntityRecords,
} from '../receive-entities';
import {
receiveRelatedEntities,
receiveDirtyRelationAddition,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ import {
getRelationState,
} from '../persist-relations-generators';
import { fetch, select, dispatch } from '../../../base-controls';
import {
removeDirtyRelationForType,
removeDirtyRelationIndex,
} from '../remove-relations';
import { removeDirtyRelationForType } from '../remove-relations';
import { EventEntities } from '../../../test/fixtures/base';
import { REDUCER_KEY as CORE_REDUCER_KEY } from '../../constants';
import { REDUCER_KEY as SCHEMA_REDUCER_KEY } from '../../../schema/constants';
Expand Down

0 comments on commit e4e5477

Please sign in to comment.