Skip to content

Commit

Permalink
[CLEANUP] Removing unused imports
Browse files Browse the repository at this point in the history
Removing the unused imports that can be removed from the Freezable
PR emberjs#15891.
  • Loading branch information
thoov authored and lorcan committed Feb 6, 2018
1 parent 2e0e7bb commit 42ea964
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/ember-runtime/lib/mixins/copyable.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
@module ember
*/

import {
get,
Mixin
} from 'ember-metal';
import { deprecate, Error as EmberError } from 'ember-debug';
import { Mixin } from 'ember-metal';

/**
Implements some standard methods for copying an object. Add this mixin to
Expand Down

0 comments on commit 42ea964

Please sign in to comment.