Skip to content

Commit a1b8ee8

Browse files
committed
fix(scala): restore ConstrainedEnumModel import for build
1 parent d3b3101 commit a1b8ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generators/scala/ScalaConstrainer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Constraints } from '../../helpers';
2-
import { ConstrainedEnumValueModel,ConstrainedEnumModel } from '../../models';
2+
import { ConstrainedEnumValueModel, ConstrainedEnumModel } from '../../models';
33
import {
44
defaultEnumKeyConstraints,
55
defaultEnumValueConstraints

0 commit comments

Comments
 (0)