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

This commit is contained in:
Sam Rawlins 2021-05-07 08:59:02 -07:00 committed by GitHub
parent c84528d9da
commit 208bf4bc92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'dart:io';
import 'package:args/args.dart';
import 'package:dev_tools/stdio.dart';

View File

@ -7,7 +7,6 @@ import 'dart:convert' show jsonEncode;
import 'dart:developer' as developer;
import 'dart:ui' as ui;
import 'package:flutter/painting.dart';
import 'package:flutter/widgets.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:vm_service/vm_service.dart';