Skip to content

Commit

Permalink
fix: imports (vega#1492)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanniekerkSQ committed Dec 8, 2022
1 parent f6327ce commit 3e43b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TypeFormatter/UnionTypeFormatter.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {JSONSchema7, JSONSchema7Array, JSONSchema7Object} from "json-schema";
import { JSONSchema7 } from "json-schema";
import { Definition } from "../Schema/Definition";
import { SubTypeFormatter } from "../SubTypeFormatter";
import { BaseType } from "../Type/BaseType";
Expand Down

0 comments on commit 3e43b7f

Please sign in to comment.