Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Jun 1, 2024
1 parent 8922c6d commit 3ec8587
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/schema-record/src/record.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import { dependencySatisfies, importSync } from '@embroider/macros';

import type { MinimalLegacyRecord } from '@ember-data/model/-private/model-methods';
import type { Future } from '@ember-data/request';
import type Store from '@ember-data/store';
import type { NotificationType, StoreRequestInput } from '@ember-data/store';
Expand Down Expand Up @@ -45,8 +48,6 @@ import {
OBJECT_SIGNAL,
Parent,
} from './symbols';
import { dependencySatisfies, importSync } from '@embroider/macros';
import type { MinimalLegacyRecord } from '@ember-data/model/-private/model-methods';

const HAS_MODEL_PACKAGE = dependencySatisfies('@ember-data/model', '*');
const getLegacySupport = HAS_MODEL_PACKAGE
Expand Down

0 comments on commit 3ec8587

Please sign in to comment.