Skip to content

Commit 0369444

Browse files
committed
lint fix
1 parent b33b329 commit 0369444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-schema-compiler/src/compiler/CubeToMetaTransformer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ import inflection from 'inflection';
22
import R from 'ramda';
33
import camelCase from 'camelcase';
44

5+
import { getEnv } from '@cubejs-backend/shared';
56
import { CubeSymbols } from './CubeSymbols';
67
import { UserError } from './UserError';
78
import { BaseMeasure } from '../adapter';
8-
import { getEnv } from "@cubejs-backend/shared";
99

1010
export class CubeToMetaTransformer {
1111
/**

0 commit comments

Comments
 (0)