| commit | 1595c816dc28891cbfee62246ce3bc89f16206f3 | [log] [tgz] |
|---|---|---|
| author | Natalie Weizenbaum <nweiz@google.com> | Mon Apr 23 16:43:45 2018 -0700 |
| committer | GitHub <noreply@github.com> | Mon Apr 23 16:43:45 2018 -0700 |
| tree | 9b2cd52653df1353c7a4143676edfc08e9d7c644 | |
| parent | 9612e2cb556c9934c314f257cf7234df1ad9af65 [diff] |
Remove an unused import (dart-lang/pub_semver#27)
diff --git a/pkgs/pub_semver/lib/src/utils.dart b/pkgs/pub_semver/lib/src/utils.dart index adc1fae..55025a0 100644 --- a/pkgs/pub_semver/lib/src/utils.dart +++ b/pkgs/pub_semver/lib/src/utils.dart
@@ -2,8 +2,6 @@ // 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 'package:collection/collection.dart'; - import 'version.dart'; import 'version_range.dart';