Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: remove unused imports #39

Merged
merged 2 commits into from
Apr 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions scripts/update-endpoints/templates/endpoints.ts.template
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// DO NOT EDIT THIS FILE
import { RequestHeaders } from "../RequestHeaders";
import { RequestRequestOptions } from "../RequestRequestOptions";
import { OctokitResponse } from "../OctokitResponse";
import { Url } from "../Url";
type AnyResponse = OctokitResponse<any>;

export interface Endpoints {
{{#each endpointsByRoute}}
Expand Down Expand Up @@ -33,4 +30,4 @@ export type {{paramTypeName}} = {
{{{name this}}}: {{{type this}}}
{{/params}}
};
{{/childParams}}
{{/childParams}}
3 changes: 0 additions & 3 deletions src/generated/Endpoints.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// DO NOT EDIT THIS FILE
import { RequestHeaders } from "../RequestHeaders";
import { RequestRequestOptions } from "../RequestRequestOptions";
import { OctokitResponse } from "../OctokitResponse";
import { Url } from "../Url";
type AnyResponse = OctokitResponse<any>;

export interface Endpoints {
"DELETE /app/installations/:installation_id": [
Expand Down