Skip to content

Commit 3e6c16b

Browse files
committed
unused
1 parent c594a6d commit 3e6c16b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bandit/src/query-lambda/bigquery.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { SimpleQueryRowsResponse} from "@google-cloud/bigquery";
22
import {BigQuery} from "@google-cloud/bigquery";
3-
import {set, addHours} from "date-fns";
3+
import {addHours} from "date-fns";
44
import type { BaseExternalAccountClient, ExternalAccountClientOptions } from 'google-auth-library';
55
import { ExternalAccountClient } from 'google-auth-library';
66
import type {Test} from "../lib/models";

0 commit comments

Comments
 (0)