From f8a860bf21db95104be79e286b7f561a38bdbc09 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Mon, 1 Jun 2015 14:32:58 +0100 Subject: [PATCH] remove unused import --- src/babel/traversal/scope/binding.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/babel/traversal/scope/binding.js b/src/babel/traversal/scope/binding.js index f7e6732471..b7bc36dafb 100644 --- a/src/babel/traversal/scope/binding.js +++ b/src/babel/traversal/scope/binding.js @@ -1,5 +1,3 @@ -import * as t from "../../types"; - export default class Binding { constructor({ identifier, scope, path, kind }) { this.constantViolations = [];