Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Prev Previous commit
Next Next commit
fix analyzer warnings
  • Loading branch information
amirh committed Oct 14, 2019
commit 09b940f61789246540ee567ae1cae8fcecdfdd0d
2 changes: 0 additions & 2 deletions packages/battery/example/test_driver/battery_e2e.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
// for details. All rights reserved. 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:flutter_test/flutter_test.dart';
import 'package:e2e/e2e.dart';
import 'package:battery/battery.dart';
import '../lib/main.dart';

void main() {
Expand Down