Skip to content

Commit dc0b32b

Browse files
gnpricechrisbobbe
authored andcommitted
widgets [nfc]: Strength-reduce flutter/cupertino imports to just flutter/widgets
Much like the previous commit.
1 parent a9d2757 commit dc0b32b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/model/autocomplete_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import 'dart:convert';
33

44
import 'package:checks/checks.dart';
55
import 'package:fake_async/fake_async.dart';
6-
import 'package:flutter/cupertino.dart';
6+
import 'package:flutter/widgets.dart';
77
import 'package:test/scaffolding.dart';
88
import 'package:zulip/api/model/initial_snapshot.dart';
99
import 'package:zulip/api/model/model.dart';

0 commit comments

Comments
 (0)