Skip to content

Commit

Permalink
🎨 style(_convert_to_smaller_slow): Remove unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed May 8, 2020
1 parent 747df04 commit f4176b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/convert/_convert_to_smaller_slow.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { _alloc , _reset , _copy } from '../array' ;
import { _alloc , _copy } from '../array' ;
import { _idivmod_limb } from '../arithmetic/div' ;
import { _trim_positive } from './_trim_positive' ;

Expand Down

0 comments on commit f4176b1

Please sign in to comment.