Skip to content

Commit

Permalink
fixing lint issue with import
Browse files Browse the repository at this point in the history
  • Loading branch information
mboudreau committed Feb 20, 2018
1 parent f3a69c2 commit 05b5e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require("es6-object-assign").polyfill();

import * as Popsicle from "popsicle/dist/common";
import {Response} from "popsicle/dist/response";
import { Response } from "popsicle/dist/response";

export enum HTTPMethod {
GET = "GET",
Expand Down

0 comments on commit 05b5e54

Please sign in to comment.