Skip to content

Commit d1c33c0

Browse files
committed
fix: remove unused import
1 parent a1d9d6a commit d1c33c0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/src/result_test.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import 'package:meta/meta.dart';
21
import 'package:multiple_result/multiple_result.dart';
32
import 'package:test/test.dart';
43

@@ -195,7 +194,6 @@ class MyUseCase {
195194
}
196195
}
197196

198-
@immutable
199197
class MyException implements Exception {
200198
final String message;
201199

@@ -209,7 +207,6 @@ class MyException implements Exception {
209207
other is MyException && other.message == message;
210208
}
211209

212-
@immutable
213210
class MyResult {
214211
MyResult(this.value);
215212

0 commit comments

Comments
 (0)