Unverified Commit 208bf4bc authored by Sam Rawlins's avatar Sam Rawlins Committed by GitHub

Remove "unnecessary" imports in dev/ (#81004)

parent c84528d9
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
import 'dart:io';
import 'package:args/args.dart'; import 'package:args/args.dart';
import 'package:dev_tools/stdio.dart'; import 'package:dev_tools/stdio.dart';
......
...@@ -7,7 +7,6 @@ import 'dart:convert' show jsonEncode; ...@@ -7,7 +7,6 @@ import 'dart:convert' show jsonEncode;
import 'dart:developer' as developer; import 'dart:developer' as developer;
import 'dart:ui' as ui; import 'dart:ui' as ui;
import 'package:flutter/painting.dart';
import 'package:flutter/widgets.dart'; import 'package:flutter/widgets.dart';
import 'package:flutter_test/flutter_test.dart'; import 'package:flutter_test/flutter_test.dart';
import 'package:vm_service/vm_service.dart'; import 'package:vm_service/vm_service.dart';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment