From 0ef8e43b583b89850ca508d5f026970ab7cd2ddf Mon Sep 17 00:00:00 2001 From: Bryan Oltman Date: Tue, 10 Sep 2024 17:38:05 -0400 Subject: [PATCH] chore: remove unnecessary import --- .../update_app_collaborator_request_test.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/shorebird_code_push_protocol/test/src/messages/update_app_collaborator/update_app_collaborator_request_test.dart b/packages/shorebird_code_push_protocol/test/src/messages/update_app_collaborator/update_app_collaborator_request_test.dart index 0e0be474..a1d04011 100644 --- a/packages/shorebird_code_push_protocol/test/src/messages/update_app_collaborator/update_app_collaborator_request_test.dart +++ b/packages/shorebird_code_push_protocol/test/src/messages/update_app_collaborator/update_app_collaborator_request_test.dart @@ -1,5 +1,4 @@ import 'package:shorebird_code_push_protocol/shorebird_code_push_protocol.dart'; -import 'package:shorebird_code_push_protocol/src/messages/update_app_collaborator/update_app_collaborator_request.dart'; import 'package:test/test.dart'; void main() {