Skip to content

Commit 416f4b5

Browse files
committed
fix linting
1 parent 379f60f commit 416f4b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/components/bs-form/element.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { not, notEmpty, and, readOnly } from '@ember/object/computed';
2-
import { defineProperty, get } from '@ember/object';
2+
import { defineProperty } from '@ember/object';
33
import BsFormElement from 'ember-bootstrap/components/bs-form/element';
44

55
export default class ValidatedBsFormElement extends BsFormElement {

0 commit comments

Comments
 (0)