From 725d52c6a00ea99901e3cda55e19269c2f069471 Mon Sep 17 00:00:00 2001 From: Steven Orvell Date: Wed, 31 Oct 2018 19:22:21 -0700 Subject: [PATCH] Lint fix --- lib/legacy/class.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/legacy/class.js b/lib/legacy/class.js index e1717f6d8a..a4c4d576da 100644 --- a/lib/legacy/class.js +++ b/lib/legacy/class.js @@ -9,7 +9,6 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN */ import { LegacyElementMixin } from './legacy-element-mixin.js'; -import { DomModule } from '../elements/dom-module.js'; const metaProps = { attached: true,