Skip to content

Commit

Permalink
test: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jan 24, 2023
1 parent 53950e1 commit 659b0f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/retry.test.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { TestOctokit, TestOctokitWithoutRetry } from "./octokit";
import { TestOctokit } from "./octokit";
import { errorRequest } from "../src/error-request";
import { RequestError } from "@octokit/request-error";
import { RequestMethod } from "@octokit/types";
import { retry } from "../src";

describe("Automatic Retries", function () {
it("Should be possible to disable the plugin", async function () {
Expand Down

0 comments on commit 659b0f4

Please sign in to comment.