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

tai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new a3519b4  fix lint errors (#10918)
a3519b4 is described below

commit a3519b42cb902c8de4e84984728d3d8de45799f0
Author: Elizabeth Thompson <[email protected]>
AuthorDate: Wed Sep 16 13:42:27 2020 -0700

    fix lint errors (#10918)
    
    Co-authored-by: Elizabeth Thompson <[email protected]>
---
 superset-frontend/src/components/Checkbox/Checkbox.stories.jsx | 2 +-
 superset-frontend/src/components/Checkbox/Checkbox.test.tsx    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/superset-frontend/src/components/Checkbox/Checkbox.stories.jsx 
b/superset-frontend/src/components/Checkbox/Checkbox.stories.jsx
index 10be176..a9790a3 100644
--- a/superset-frontend/src/components/Checkbox/Checkbox.stories.jsx
+++ b/superset-frontend/src/components/Checkbox/Checkbox.stories.jsx
@@ -18,7 +18,7 @@
  */
 import React from 'react';
 import { useArgs } from '@storybook/client-api';
-import Checkbox from './';
+import Checkbox from '.';
 
 export default {
   title: 'Checkbox',
diff --git a/superset-frontend/src/components/Checkbox/Checkbox.test.tsx 
b/superset-frontend/src/components/Checkbox/Checkbox.test.tsx
index 37b4d73..186a5bd 100644
--- a/superset-frontend/src/components/Checkbox/Checkbox.test.tsx
+++ b/superset-frontend/src/components/Checkbox/Checkbox.test.tsx
@@ -25,7 +25,7 @@ import {
 } from 'spec/helpers/theming';
 
 import Checkbox from '.';
-import { CheckboxChecked, CheckboxUnchecked } from './../CheckboxIcons';
+import { CheckboxChecked, CheckboxUnchecked } from '../CheckboxIcons';
 
 describe('Checkbox', () => {
   let wrapper: ReactWrapper;

Reply via email to