Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
* since microsoft/TypeScript#9944 has been resolved
  • Loading branch information
vladimiry committed Mar 6, 2019
1 parent 21414ab commit 0e92744
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib/private/constants.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// TODO TS4023: get rid of the not actually used "url" import
// related issue https://github.com/Microsoft/TypeScript/issues/9944
import fs from "fs";
import url from "url";

import {promisify} from "./promisify";
import {Options} from "./model";
Expand Down

0 comments on commit 0e92744

Please sign in to comment.