Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomociti committed Apr 15, 2024
1 parent 8e8cfe8 commit d31bf54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/validators.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { validateTerm } from 'rdf-validate-datatype'
import { fromRdf } from 'rdf-literal'
import TermMap from '@rdfjs/term-map'
import NodeSet from './node-set.js'
import { getPathObjects } from './property-path.js'
import { isInstanceOf, rdfListToArray } from './dataset-utils.js'
Expand Down

0 comments on commit d31bf54

Please sign in to comment.