This is an automated email from the ASF dual-hosted git repository.

shenyi pushed a commit to branch aggregate-transform
in repository https://gitbox.apache.org/repos/asf/echarts.git


The following commit(s) were added to refs/heads/aggregate-transform by this 
push:
     new 4b11232  fix wrong import
4b11232 is described below

commit 4b11232466d324c981bea804c59608994e8288bb
Author: pissang <bm2736...@gmail.com>
AuthorDate: Wed Mar 23 20:08:05 2022 +0800

    fix wrong import
---
 src/component/transform/aggregateTransform.ts | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/component/transform/aggregateTransform.ts 
b/src/component/transform/aggregateTransform.ts
index 5b810fb..ac225dd 100644
--- a/src/component/transform/aggregateTransform.ts
+++ b/src/component/transform/aggregateTransform.ts
@@ -16,8 +16,6 @@
 * specific language governing permissions and limitations
 * under the License.
 */
-
-import { validate } from '@babel/types';
 import { assert, each, keys, map, retrieve2 } from 'zrender/src/core/util';
 import {
     DataTransformOption,

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to