Skip to content

Commit

Permalink
fix: resort imports to fix lint (#9635)
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired authored Jan 15, 2025
1 parent 7e4cce0 commit cab432f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import {
defineSignal,
subscribe,
} from '@ember-data/tracking/-private';
import { DEPRECATE_COMPUTED_CHAINS } from '@warp-drive/build-config/deprecations';
import { assert } from '@warp-drive/build-config/macros';
import { getOrSetGlobal } from '@warp-drive/core-types/-private';
import type { StableRecordIdentifier } from '@warp-drive/core-types/identifier';
Expand All @@ -23,7 +24,6 @@ import { recordIdentifierFor } from '../caches/instance-cache';
import type { RecordArrayManager } from '../managers/record-array-manager';
import type { Store } from '../store-service';
import { NativeProxy } from './native-proxy-type-fix';
import { DEPRECATE_COMPUTED_CHAINS } from '@warp-drive/build-config/deprecations';

type KeyType = string | symbol | number;
const ARRAY_GETTER_METHODS = new Set<KeyType>([
Expand Down

0 comments on commit cab432f

Please sign in to comment.