Remove unused import.
This commit is contained in:
parent
8ad0729317
commit
ee45efd658
|
@ -7,7 +7,6 @@ import {
|
||||||
ViewResponseEnriched,
|
ViewResponseEnriched,
|
||||||
} from "@budibase/types"
|
} from "@budibase/types"
|
||||||
import { Expectations, TestAPI } from "./base"
|
import { Expectations, TestAPI } from "./base"
|
||||||
import sdk from "../../../sdk"
|
|
||||||
|
|
||||||
export class ViewV2API extends TestAPI {
|
export class ViewV2API extends TestAPI {
|
||||||
create = async (
|
create = async (
|
||||||
|
|
Loading…
Reference in New Issue