| Index: pkg/scheduled_test/lib/src/descriptor/descriptor.dart
|
| diff --git a/pkg/scheduled_test/lib/src/descriptor/descriptor.dart b/pkg/scheduled_test/lib/src/descriptor/descriptor.dart
|
| index 82342c45063273353da5b063fb61a8eff1fff422..2be0b59982909319fe8bc8b832cc0bbae4008dc9 100644
|
| --- a/pkg/scheduled_test/lib/src/descriptor/descriptor.dart
|
| +++ b/pkg/scheduled_test/lib/src/descriptor/descriptor.dart
|
| @@ -6,8 +6,6 @@ library descriptor.descriptor;
|
|
|
| import 'dart:async';
|
|
|
| -import '../utils.dart';
|
| -
|
| /// The base class for various declarative descriptions of filesystem entries.
|
| /// All asynchronous operations on descriptors are [schedule]d unless otherwise
|
| /// noted.
|
|
|