Skip to content

Commit

Permalink
Prettier fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
djbarnwal committed Sep 9, 2023
1 parent 06a2bb1 commit 3b1a38a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
MetricsViewDimension,
MetricsViewMeasure,
} from "@rilldata/web-common/runtime-client";
import { useQueryClient } from "@tanstack/svelte-query";
import { runtime } from "../../../runtime-client/runtime-store";
import { SortDirection } from "../proto-state/derived-types";
import { metricsExplorerStore, useDashboardStore } from "../dashboard-stores";
Expand All @@ -44,8 +43,6 @@
let slice = 7;
const queryClient = useQueryClient();
$: dashboardStore = useDashboardStore(metricViewName);
let filterExcludeMode: boolean;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
// Throw away code for fetching timeseries data for individual dimension values
import { derived, writable } from "svelte/store";

import {
createQueryServiceMetricsViewToplist,
createQueryServiceMetricsViewTimeSeries,
} from "@rilldata/web-common/runtime-client";
import { createQueryServiceMetricsViewTimeSeries } from "@rilldata/web-common/runtime-client";
import { prepareTimeSeries } from "./utils";
import {
CHECKMARK_COLORS,
Expand Down

0 comments on commit 3b1a38a

Please sign in to comment.