Remove unused imports.

This commit is contained in:
Sam Rose 2024-09-16 12:09:50 +01:00
parent ea6e2a472e
commit d6c8ae8ec4
No known key found for this signature in database
1 changed files with 0 additions and 2 deletions

View File

@ -5,13 +5,11 @@ import TestConfiguration from "../../tests/utilities/TestConfiguration"
import {
Datasource,
FieldType,
Row,
SourceName,
Table,
TableSourceType,
} from "@budibase/types"
import { GoogleSheetsMock } from "./utils/googlesheets"
import exp from "constants"
describe("Google Sheets Integration", () => {
const config = new TestConfiguration()