From 69589b07e47219b7673dc9919fb6fa3fcd0c4d54 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Sat, 14 Feb 2026 19:25:24 +0200 Subject: style: organize imports Also remove unused eslint-disable directives --- src/utils/test-utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils/test-utils.ts') diff --git a/src/utils/test-utils.ts b/src/utils/test-utils.ts index 8083790..c6812f9 100644 --- a/src/utils/test-utils.ts +++ b/src/utils/test-utils.ts @@ -2,8 +2,8 @@ // Copyright (c) Uri Shaked and contributors import { CPU } from '../cpu/cpu'; -import { assemble } from './assembler'; import { avrInstruction } from '../cpu/instruction'; +import { assemble } from './assembler'; const BREAK_OPCODE = 0x9598; -- cgit v1.2.3