Skip to content

Commit

Permalink
remove unnecessary import
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Downs <[email protected]>
  • Loading branch information
briandowns committed Jan 31, 2024
1 parent 7fe7c39 commit 6b9de28
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/vm/datatypes/dicts/dict.du
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
*
* We should always strive to write methods in C where possible.
*/

import Object;


def forEach(dict, func) {
const dictKeys = dict.keys();

Expand Down

0 comments on commit 6b9de28

Please sign in to comment.