Skip to content

Commit b3c3153

Browse files
committed
fix: lint fix
1 parent af49333 commit b3c3153

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

packages/cli/src/actions/pull/index.ts

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
import type { ZModelServices } from '@zenstackhq/language';
2-
import { isEnum, type DataField, type DataModel, type Enum, type Model, Attribute } from '@zenstackhq/language/ast';
2+
import { Attribute, isEnum, type DataField, type DataModel, type Enum, type Model } from '@zenstackhq/language/ast';
33
import {
4-
DataFieldFactory,
5-
DataModelFactory,
6-
EnumFactory,
7-
ModelFactory,
8-
DataFieldAttributeFactory,
4+
DataFieldAttributeFactory,
5+
DataFieldFactory,
6+
DataModelFactory,
7+
EnumFactory
98
} from '@zenstackhq/language/factory';
109
import type { PullOptions } from '../db';
11-
import type { IntrospectedEnum, IntrospectedTable, IntrospectionProvider, Cascade } from './provider';
10+
import type { Cascade, IntrospectedEnum, IntrospectedTable, IntrospectionProvider } from './provider';
1211
import { getAttributeRef, getDbName, getEnumRef } from './utils';
1312

1413
export function syncEnums({

0 commit comments

Comments
 (0)