Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Mar 12, 2023
1 parent 2cbb6e4 commit 20f7654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/normalize/lib/keywords/list/schema.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Ajv from 'ajv/dist/2020.js'
import ajvErrors from 'ajv-errors'
import ajvFormats from 'ajv-formats'
import ajvKeywords from 'ajv-keywords'
import Ajv from 'ajv/dist/2020.js'
import { decodePointer } from 'json-ptr'

const normalize = (definition) => {
Expand Down

0 comments on commit 20f7654

Please sign in to comment.