Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannan authored and Yannan committed Oct 8, 2022
1 parent 98d8458 commit 8319315
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ import {
MULTIPLICITY_INFINITE,
Unit,
Type,
Multiplicity,
Enumeration,
Class,
PrimitiveType,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ import {
type TaggedValue,
MULTIPLICITY_INFINITE,
Profile,
Multiplicity,
Class,
PrimitiveType,
Unit,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ import {
Class,
GenericType,
Profile,
Multiplicity,
Type,
PrimitiveType,
Unit,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ import {
} from '@finos/legend-art';
import {
type Type,
type Multiplicity,
Class,
DerivedProperty,
Property,
Multiplicity,
ELEMENT_PATH_DELIMITER,
MULTIPLICITY_INFINITE,
GenericType,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ import {
fromElementPathToMappingElementId,
InferableMappingElementIdImplicitValue,
InferableMappingElementRootExplicitValue,
Multiplicity,
V1_ElementBuilder,
V1_initPackageableElement,
V1_buildFullPath,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ import { Class } from '../../../../../../../../graph/metamodel/pure/packageableE
import { DerivedProperty } from '../../../../../../../../graph/metamodel/pure/packageableElements/domain/DerivedProperty.js';
import { GenericType } from '../../../../../../../../graph/metamodel/pure/packageableElements/domain/GenericType.js';
import { GenericTypeExplicitReference } from '../../../../../../../../graph/metamodel/pure/packageableElements/domain/GenericTypeReference.js';
import { Multiplicity } from '../../../../../../../../graph/metamodel/pure/packageableElements/domain/Multiplicity.js';
import { Property } from '../../../../../../../../graph/metamodel/pure/packageableElements/domain/Property.js';
import { V1_Multiplicity } from '../../../../model/packageableElements/domain/V1_Multiplicity.js';
import type { V1_ValueSpecification } from '../../../../model/valueSpecification/V1_ValueSpecification.js';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ import {
MULTIPLICITY_INFINITE,
PRIMITIVE_TYPE,
VariableExpression,
Multiplicity,
GenericTypeExplicitReference,
GenericType,
} from '@finos/legend-graph';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ import {
extractElementNameFromPath,
V1_AppliedProperty,
CollectionInstanceValue,
Multiplicity,
INTERNAL__UnknownValueSpecification,
V1_Variable,
V1_serializeValueSpecification,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import {
extractElementNameFromPath,
GenericType,
GenericTypeExplicitReference,
Multiplicity,
PrimitiveInstanceValue,
PRIMITIVE_TYPE,
SimpleFunctionExpression,
Expand Down

0 comments on commit 8319315

Please sign in to comment.