Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
snewcomer committed Dec 12, 2019
1 parent a2be5a9 commit c6ab05d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/store/addon/-private/system/model/internal-model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ import { run } from '@ember/runloop';
import { DEBUG } from '@glimmer/env';
import RootState from './states';
import Snapshot from '../snapshot';
import ManyArray from '../many-array';
import { PromiseBelongsTo, PromiseManyArray } from '../promise-proxies';
import Store from '../ds-model-store';
import { errorsHashToArray } from '../errors-utils';
import { recordArraysForIdentifier } from '../record-array-manager';
import Ember from 'ember';
Expand All @@ -29,12 +27,9 @@ import { HAS_MODEL_PACKAGE } from '@ember-data/private-build-infra';

import { identifierCacheFor } from '../../identifiers/cache';
import coerceId from '../coerce-id';
import { errorsHashToArray } from '../errors-utils';
import recordDataFor from '../record-data-for';
import { BelongsToReference, HasManyReference, RecordReference } from '../references';
import Snapshot from '../snapshot';
import { internalModelFactoryFor, setRecordIdentifier } from '../store/internal-model-factory';
import RootState from './states';

type CoreStore = import('../core-store').default;
type StableRecordIdentifier = import('../../ts-interfaces/identifier').StableRecordIdentifier;
Expand Down

0 comments on commit c6ab05d

Please sign in to comment.