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) <noreply@anthropic.com>
This commit is contained in:
2026-06-28 22:18:53 +02:00
co-authored by Claude Opus 4.8
parent 6ebb4ab32b
commit 408fe01648
-1
View File
@@ -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() {