Skip to content

Commit cd14204

Browse files
authored
Remove unnecessary imports (dart-archive/watcher#104)
1 parent e83d89b commit cd14204

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

pkgs/watcher/lib/src/directory_watcher.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import '../watcher.dart';
88
import 'custom_watcher_factory.dart';
99
import 'directory_watcher/linux.dart';
1010
import 'directory_watcher/mac_os.dart';
11-
import 'directory_watcher/polling.dart';
1211
import 'directory_watcher/windows.dart';
1312

1413
/// Watches the contents of a directory and emits [WatchEvent]s when something

pkgs/watcher/lib/src/file_watcher.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import 'dart:io';
77
import '../watcher.dart';
88
import 'custom_watcher_factory.dart';
99
import 'file_watcher/native.dart';
10-
import 'file_watcher/polling.dart';
1110

1211
/// Watches a file and emits [WatchEvent]s when the file has changed.
1312
///

pkgs/watcher/lib/src/resubscribable.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import 'dart:async';
66

77
import '../watcher.dart';
8-
import 'watch_event.dart';
98

109
/// A wrapper for [ManuallyClosedWatcher] that encapsulates support for closing
1110
/// the watcher when it has no subscribers and re-opening it when it's

0 commit comments

Comments
 (0)