Skip to content

Commit

Permalink
Update parser.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Souvikns committed Dec 4, 2023
1 parent 2043664 commit bb42551
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/v3/parser.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import $RefParser from '@apidevtools/json-schema-ref-parser';
import $RefParser, {$Refs} from '@apidevtools/json-schema-ref-parser';
import { JSONPath } from 'jsonpath-plus';
import { merge } from 'lodash';

import { $Refs } from '@apidevtools/json-schema-ref-parser';
import { AsyncAPIObject } from 'spec-types';

class ExternalComponents {
Expand Down

0 comments on commit bb42551

Please sign in to comment.