fix: remove unused import

This commit is contained in:
Skillz4Killz
2022-06-15 17:48:50 +00:00
committed by GitHub
parent 91e0af3074
commit d3caa2d989
+1 -1
View File
@@ -1,5 +1,5 @@
import { RestManager } from "./restManager.ts";
import { API_VERSION, BASE_URL, baseEndpoints, IMAGE_BASE_URL } from "../util/constants.ts";
import { API_VERSION, BASE_URL, baseEndpoints } from "../util/constants.ts";
import { RestRequestRejection, RestRequestResponse } from "./rest.ts";
export async function runMethod<T = any>(