Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbranch committed Apr 2, 2020
1 parent 27bd626 commit 9b1901a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/definitions-parser/src/lib/definition-parser.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as ts from "typescript";
import { isTypeScriptVersion, parseHeaderOrFail } from "@definitelytyped/header-parser";
import { parseHeaderOrFail } from "@definitelytyped/header-parser";
import { allReferencedFiles, createSourceFile, getModuleInfo, getTestDependencies } from "./module-info";
import {
formatTypingVersion,
Expand Down

0 comments on commit 9b1901a

Please sign in to comment.