From 5dd7680addbe0d6dd156b38df14e03901f536efd Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 15 Oct 2024 13:40:45 +0000 Subject: [PATCH] chore(automated): Lint commit and format --- test/src/components/search_bar/search_bar_test.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/test/src/components/search_bar/search_bar_test.dart b/test/src/components/search_bar/search_bar_test.dart index 720598a6..8e517c0a 100644 --- a/test/src/components/search_bar/search_bar_test.dart +++ b/test/src/components/search_bar/search_bar_test.dart @@ -1,5 +1,4 @@ import 'package:flutter/material.dart'; -import 'package:flutter/services.dart'; import 'package:flutter_test/flutter_test.dart'; import 'package:mockito/annotations.dart'; import 'package:mockito/mockito.dart';