Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
simplify import
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro committed Sep 1, 2021
1 parent 749898c commit 8993f43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
import { getColumnLabel } from '@superset-ui/core/src/query';
import { getColumnLabel } from '@superset-ui/core';

describe('getColumnLabel', () => {
it('should handle physical column', () => {
Expand Down
3 changes: 1 addition & 2 deletions packages/superset-ui-core/test/query/getMetricLabel.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
import { getMetricLabel } from '@superset-ui/core/src/query';
import { GenericDataType } from '../../src';
import { getMetricLabel } from '@superset-ui/core';

describe('getMetricLabel', () => {
it('should handle predefined metric name', () => {
Expand Down

0 comments on commit 8993f43

Please sign in to comment.