Skip to content

Commit b39f694

Browse files
Potential fix for pull request finding 'Unused variable, import, function or class'
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
1 parent e897fd8 commit b39f694

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/dataset/ProjectedDataset.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { EventEmitter } from "../EventEmitter.js";
55
import { LazyMatchNotifyingDatasetCore } from "./LazyMaterialize.js";
66
import { ChangeEvent, Listener, NotifyingDatasetCore, NotifyingDatasetCoreFactory } from "./NotifyingDatasetCore.js";
77
import { Triple, BaseTriple } from "../type/ITriple.js";
8-
import { TermTypeError } from "../errors/TermTypeError.js";
98

109
/**
1110
* A {@link NotifyingDatasetCore} whose quads are always exposed in the

0 commit comments

Comments
 (0)