Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcc committed Apr 26, 2021
1 parent af1ea4c commit 1a37f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geometry/geometry/geometry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { GROUP_ATTR_KEYS, ORIGINAL_FIELD } from '../../constant';
import { createAttribute } from '../../util/attribute';
import { groupData } from '../../util/data';
import { getScaleUpdateOptionsAfterStack } from '../../util/scale';
import { Attribute } from '../attribute/attribute';
import { Attribute } from '../../visual/attribute';
import { Element } from '../element';
import { isArray } from '@antv/util';

Expand Down

0 comments on commit 1a37f91

Please sign in to comment.