Skip to content

Commit 0658bc8

Browse files
committed
refactor: remove unnecessary imports
1 parent 1e69d1a commit 0658bc8

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

action/src/platforms/github.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import { Octokit } from "octokit";
22
import { PlatformKit } from "./_base.js";
33
import Z from "zod";
44

5-
import { execSync } from "child_process";
6-
75
export class GitHubPlatformKit extends PlatformKit {
86
private _octokit?: Octokit;
97

action/src/platforms/gitlab.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { Gitlab } from "@gitbeaker/rest";
22
import Z from "zod";
33
import { PlatformKit } from "./_base.js";
4-
import { execSync } from "child_process";
54

65
const gl = new Gitlab({ token: "" });
76

0 commit comments

Comments
 (0)