Skip to content

Commit

Permalink
fix: remove unused variable (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
joergmann authored Dec 6, 2024
1 parent 489563e commit 19c6c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/resolution/resolver.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const util = require('../util')
// eslint-disable-next-line no-unused-vars
const { Buffer, SourceFile, Path, Library } = require('../file')
const { deepRequire, createToManyAssociation, createToOneAssociation, createArrayOf, createCompositionOfMany, createCompositionOfOne, createKey, unkey } = require('../printers/wrappers')
const { deepRequire, createToManyAssociation, createToOneAssociation, createArrayOf, createCompositionOfMany, createCompositionOfOne, createKey } = require('../printers/wrappers')
const { StructuredInlineDeclarationResolver } = require('../components/inline')
const { isInlineEnumType, propertyToInlineEnumName } = require('../components/enum')
const { isReferenceType } = require('../components/reference')
Expand Down

0 comments on commit 19c6c6b

Please sign in to comment.