From 8ae3952a405a08903888d8937e1a2cd78f2a548a Mon Sep 17 00:00:00 2001 From: Sam Rawlins Date: Tue, 18 May 2021 20:44:03 -0700 Subject: [PATCH] Remove "unnecessary" imports. (#82828) --- .../test_private/test/animated_icons_private_test.dart.tmpl | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/flutter/test_private/test/animated_icons_private_test.dart.tmpl b/packages/flutter/test_private/test/animated_icons_private_test.dart.tmpl index 6268f8c74d..8e2cc2ec75 100644 --- a/packages/flutter/test_private/test/animated_icons_private_test.dart.tmpl +++ b/packages/flutter/test_private/test/animated_icons_private_test.dart.tmpl @@ -15,7 +15,6 @@ import 'dart:math' as math show pi; import 'dart:ui' show lerpDouble, Offset; import 'dart:ui' as ui show Paint, Path, Canvas; -import 'package:flutter/animation.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart';