Skip to content

Commit

Permalink
Remove unnecessary import (dart-lang/collection#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
srawlins authored Dec 30, 2020
1 parent 831dc7e commit 073b30d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkgs/collection/lib/src/empty_unmodifiable_set.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import 'dart:collection';

import 'package:collection/collection.dart';

import 'unmodifiable_wrappers.dart';

/// An unmodifiable, empty set which can be constant.
class EmptyUnmodifiableSet<E> extends IterableBase<E>
with UnmodifiableSetMixin<E>
Expand Down

0 comments on commit 073b30d

Please sign in to comment.