Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed Aug 12, 2021
1 parent 91babec commit 2fafe52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions addon/components/bs-form/element/control/input.js
@@ -1,7 +1,6 @@
import { tagName } from '@ember-decorators/component';
import { computed, action } from '@ember/object';
import { action } from '@ember/object';
import Control from '../control';
import { isEmpty } from '@ember/utils';
import sizeClass from 'ember-bootstrap/utils/cp/size-class';
import defaultValue from 'ember-bootstrap/utils/default-decorator';
import deprecateSubclassing from 'ember-bootstrap/utils/deprecate-subclassing';
Expand Down
@@ -1,7 +1,7 @@
import { module, test } from 'qunit';
import { testNotBS3 } from '../../../../../helpers/bootstrap';
import { setupRenderingTest } from 'ember-qunit';
import { render, find } from '@ember/test-helpers';
import { render } from '@ember/test-helpers';
import hbs from 'htmlbars-inline-precompile';
import setupNoDeprecations from '../../../../../helpers/setup-no-deprecations';

Expand Down

0 comments on commit 2fafe52

Please sign in to comment.