You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2020/07/31 10:08:03 UTC

[incubator-echarts] branch next updated: fix unexpected import

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

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


The following commit(s) were added to refs/heads/next by this push:
     new 904f024  fix unexpected import
904f024 is described below

commit 904f024f314ccdd349b118127828c736b65c251b
Author: pissang <bm...@gmail.com>
AuthorDate: Fri Jul 31 18:07:44 2020 +0800

    fix unexpected import
---
 src/scale/Time.ts | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/scale/Time.ts b/src/scale/Time.ts
index 77fce2b..4cc0896 100644
--- a/src/scale/Time.ts
+++ b/src/scale/Time.ts
@@ -78,8 +78,7 @@ import {TimeAxisLabelFormatterOption} from '../coord/axisCommonTypes';
 import { warn } from '../util/log';
 import { LocaleOption } from '../locale';
 import Model from '../model/Model';
-import { filter, map, extend } from 'zrender/src/core/util';
-import { unionTypeAnnotation } from '@babel/types';
+import { filter, map } from 'zrender/src/core/util';
 
 // FIXME 公用?
 const bisect = function (


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