Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
spolu committed Jan 4, 2024
1 parent 477cb07 commit 216c492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connectors/src/connectors/github/lib/github_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import fs from "fs-extra";
import * as reporter from "io-ts-reporters";
import { Octokit } from "octokit";
import { tmpdir } from "os";
import { basename,extname, join, resolve } from "path";
import { basename, extname, join, resolve } from "path";
import { Readable } from "stream";
import { pipeline } from "stream/promises";
import { extract } from "tar";
Expand Down

0 comments on commit 216c492

Please sign in to comment.