remove unused import

This commit is contained in:
Sebastian McKenzie 2015-06-01 14:32:58 +01:00
parent f2bed33db8
commit f8a860bf21

View File

@ -1,5 +1,3 @@
import * as t from "../../types";
export default class Binding {
constructor({ identifier, scope, path, kind }) {
this.constantViolations = [];