From d8ab760f183a5ac4efb510b09a934f74963d92ec Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Sun, 14 Jan 2024 21:52:59 -0600 Subject: [PATCH] chore: Remove unused imports --- src/octokit-wrapper.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/octokit-wrapper.ts b/src/octokit-wrapper.ts index d580ccf..0a2c13d 100644 --- a/src/octokit-wrapper.ts +++ b/src/octokit-wrapper.ts @@ -1,5 +1,4 @@ import * as core from "@actions/core" -import * as github from "@actions/github" import { getOctokitOptions, GitHub } from "@actions/github/lib/utils" import { throttling } from "@octokit/plugin-throttling"