We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c594a6d commit 3e6c16bCopy full SHA for 3e6c16b
bandit/src/query-lambda/bigquery.ts
@@ -1,6 +1,6 @@
1
import type { SimpleQueryRowsResponse} from "@google-cloud/bigquery";
2
import {BigQuery} from "@google-cloud/bigquery";
3
-import {set, addHours} from "date-fns";
+import {addHours} from "date-fns";
4
import type { BaseExternalAccountClient, ExternalAccountClientOptions } from 'google-auth-library';
5
import { ExternalAccountClient } from 'google-auth-library';
6
import type {Test} from "../lib/models";
0 commit comments