| commit | 106fe50f59295f1ca60a52ce22b2068d07ce54f5 | [log] [tgz] |
|---|---|---|
| author | Michael Goderbauer <goderbauer@google.com> | Thu Mar 11 13:10:26 2021 -0800 |
| committer | GitHub <noreply@github.com> | Thu Mar 11 13:10:26 2021 -0800 |
| tree | 8d7cab6ef5e1d9d90125fc3447e987a7e57f9ac5 | |
| parent | f0b073607b6d1eda054af8ca3f5f01684ee2a901 [diff] |
Remove unused import (#309)
diff --git a/packages/fuchsia_ctl/lib/src/emulator.dart b/packages/fuchsia_ctl/lib/src/emulator.dart index b455b38..1e23647 100644 --- a/packages/fuchsia_ctl/lib/src/emulator.dart +++ b/packages/fuchsia_ctl/lib/src/emulator.dart
@@ -2,8 +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:file/file.dart'; import 'package:file/local.dart'; import 'package:meta/meta.dart';