Skip to content

Commit

Permalink
fix: remove unused imports (#39)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Kemp <me+github@martinke.mp>
  • Loading branch information
gr2m and MartiUK authored Apr 8, 2020
1 parent 342954c commit 97d08eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
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

0 comments on commit 97d08eb

Please # to comment.