Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KSDaemon committed Aug 28, 2024
1 parent 73b4259 commit d535a44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { parseSqlInterval } from '@cubejs-backend/shared';
import { BaseQuery } from './BaseQuery';
import { BaseFilter } from './BaseFilter';
import { BaseTimeDimension } from './BaseTimeDimension';
import { parseSqlInterval } from '@cubejs-backend/shared';

const GRANULARITY_TO_INTERVAL = {
day: 'DAY',
Expand Down

0 comments on commit d535a44

Please sign in to comment.