Skip to content

Commit

Permalink
Fix existing DUPLICATE_IMPORT diagnostics. (#104533)
Browse files Browse the repository at this point in the history
  • Loading branch information
scheglov authored May 24, 2022
1 parent efb9368 commit c27e88a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions packages/flutter_tools/lib/src/android/android_device.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import 'dart:async';
import 'package:meta/meta.dart';
import 'package:process/process.dart';

import '../android/android_builder.dart';
import '../android/android_sdk.dart';
import '../application_package.dart';
import '../base/common.dart' show throwToolExit;
import '../base/file_system.dart';
Expand All @@ -24,6 +22,7 @@ import '../project.dart';
import '../protocol_discovery.dart';

import 'android.dart';
import 'android_builder.dart';
import 'android_console.dart';
import 'android_sdk.dart';
import 'application_package.dart';
Expand Down
3 changes: 1 addition & 2 deletions packages/flutter_tools/lib/src/android/android_emulator.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import 'dart:async';
import 'package:meta/meta.dart';
import 'package:process/process.dart';

import '../android/android_sdk.dart';
import '../android/android_workflow.dart';
import '../base/file_system.dart';
import '../base/io.dart';
import '../base/logger.dart';
Expand All @@ -17,6 +15,7 @@ import '../convert.dart';
import '../device.dart';
import '../emulator.dart';
import 'android_sdk.dart';
import 'android_workflow.dart';

class AndroidEmulators extends EmulatorDiscovery {
AndroidEmulators({
Expand Down

0 comments on commit c27e88a

Please sign in to comment.