From 0fb6444102e851b3c9071f127cb765100785960b Mon Sep 17 00:00:00 2001 From: Alspb Date: Sat, 13 Jul 2024 15:38:34 +0100 Subject: [PATCH] Unused import removed from text_line.dart --- lib/src/widgets/quill/text_line.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/src/widgets/quill/text_line.dart b/lib/src/widgets/quill/text_line.dart index c3dbb146..e26e5575 100644 --- a/lib/src/widgets/quill/text_line.dart +++ b/lib/src/widgets/quill/text_line.dart @@ -17,7 +17,6 @@ import '../../utils/platform.dart'; import '../others/box.dart'; import '../others/delegate.dart'; import '../others/keyboard_listener.dart'; -import '../others/link.dart'; import '../others/proxy.dart'; import '../others/text_selection.dart';