From 408fe016483616b41dd8514414cbf4d7f452543d Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Sun, 28 Jun 2026 22:13:32 +0200 Subject: [PATCH] fix(draw): drop now-redundant draw_dispatch import in the command test (T-318) draw_commands.dart re-exports DrawingRegistry, so the direct import is unnecessary; cleared the analyzer warning. Co-Authored-By: Claude Opus 4.8 (1M context) --- test/daemon/draw_commands_test.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/test/daemon/draw_commands_test.dart b/test/daemon/draw_commands_test.dart index 9237ae5e..378a6ba9 100644 --- a/test/daemon/draw_commands_test.dart +++ b/test/daemon/draw_commands_test.dart @@ -1,6 +1,5 @@ import 'package:clide/clide.dart'; import 'package:clide/src/daemon/draw_commands.dart'; -import 'package:clide/src/draw/draw_dispatch.dart'; import 'package:test/test.dart'; void main() {