Skip to content

Commit

Permalink
Remove unnecessary import (palantir#3096)
Browse files Browse the repository at this point in the history
IWalker is declared in this file, so it's accessible even without importing.

Fixes palantir#3093.
  • Loading branch information
BehindTheMath authored and ajafff committed Aug 4, 2017
1 parent 30f8344 commit d62cb31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/language/walker/walker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import * as ts from "typescript";

import { RuleFailure } from "../rule/rule";
import { WalkContext } from "./walkContext";
import { IWalker } from "./walker";

export interface IWalker {
getSourceFile(): ts.SourceFile;
Expand Down

0 comments on commit d62cb31

Please sign in to comment.