Unverified Commit e4373882 authored by Sam Rawlins's avatar Sam Rawlins Committed by GitHub

Remove unused imports of system libraries. (#76436)

parent e8ac53be
......@@ -4,8 +4,6 @@
// @dart = 2.8
import 'dart:io';
import 'package:file/memory.dart';
import 'package:flutter_tools/src/base/file_system.dart';
import 'package:flutter_tools/src/base/platform.dart';
......
......@@ -4,8 +4,6 @@
// @dart = 2.8
import 'dart:io';
import 'package:file/file.dart';
import '../src/common.dart';
......
......@@ -4,8 +4,6 @@
// @dart = 2.8
import 'dart:io';
import 'package:file/file.dart';
import 'package:matcher/matcher.dart';
......
......@@ -4,8 +4,6 @@
// @dart = 2.8
import 'dart:io';
import 'package:file/file.dart';
import 'package:vm_service/vm_service.dart';
......
......@@ -4,8 +4,6 @@
// @dart = 2.8
import 'dart:io';
import 'package:file/file.dart';
import '../integration.shard/test_data/stepping_project.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