Skip to content

Commit

Permalink
chore: fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ajuvercr committed Oct 4, 2024
1 parent d06c1a6 commit e8e314d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bucketizers/timebasedBucketizer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { BasicLensM, Cont } from "rdf-lens";
import { Term } from "@rdfjs/types";
import { TREE, XSD } from "@treecg/types";
import { DataFactory } from "n3";
import literal = DataFactory.literal;
import namedNode = DataFactory.namedNode;

const { literal, namedNode } = DataFactory;
import { getLoggerFor } from "../utils/logUtil";

export default class TimebasedBucketizer implements Bucketizer {
Expand Down

0 comments on commit e8e314d

Please sign in to comment.