Skip to content

Commit

Permalink
chore: fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Dieter Stinglhamber committed Jan 4, 2024
1 parent 34ab9a7 commit e13b3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { type Input, fromFile, fromURL, Parser } from '@asyncapi/parser';
import openAPISchemaParser from '@asyncapi/openapi-schema-parser';
import AsyncAPIParsingError from './AsyncAPIParsingError';
import validate, { type ValidationFunction } from './validate';
import openAPISchemaParser from '@asyncapi/openapi-schema-parser';

const parser = new Parser({
ruleset: { core: true, recommended: false },
Expand Down

0 comments on commit e13b3d7

Please sign in to comment.