Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kgabryje committed Jul 23, 2021
1 parent 3ce834a commit 658dd13
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -17,7 +17,7 @@
* under the License.
*/
import React, { useCallback, useEffect, useState } from 'react';
import { ensureIsArray, JsonObject, styled, t } from '@superset-ui/core';
import { JsonObject, styled, t } from '@superset-ui/core';
import Collapse from 'src/components/Collapse';
import Tabs from 'src/components/Tabs';
import Loading from 'src/components/Loading';
Expand Down

0 comments on commit 658dd13

Please sign in to comment.