remove unused reference to path

This commit is contained in:
Crystal Tenn
2023-04-18 18:13:52 -04:00
parent 804f83828f
commit dba3cf5d96
+1 -2
View File
@@ -2,9 +2,8 @@ import {File} from "@actions/workflow-parser/workflows/file";
import {FileProvider} from "@actions/workflow-parser/workflows/file-provider";
import {fileIdentifier} from "@actions/workflow-parser/workflows/file-reference";
import {Octokit} from "@octokit/rest";
import path from "path";
import {TTLCache} from "./utils/cache";
import vscodeURI from "vscode-uri/lib/umd"; // work around issues with the vscode-uri package
import vscodeURI from "vscode-uri/lib/umd";
export function getFileProvider(
client: Octokit | undefined,