Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(381)

Unified Diff: lib/scheduled_server.dart

Issue 1152453009: pkg/scheduled_test: fix analyzer hints (Closed) Base URL: https://github.com/dart-lang/scheduled_test.git@master
Patch Set: nits Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/scheduled_process.dart ('k') | lib/src/descriptor/directory_descriptor.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/scheduled_server.dart
diff --git a/lib/scheduled_server.dart b/lib/scheduled_server.dart
index 413c546732e60c10d1f8f395177cf4ced872e0eb..6577afd68abbfffe5612ee074f8954b72250ae39 100644
--- a/lib/scheduled_server.dart
+++ b/lib/scheduled_server.dart
@@ -14,7 +14,6 @@ import 'package:shelf/shelf_io.dart' as shelf_io;
import 'scheduled_test.dart';
import 'src/scheduled_server/handler.dart';
-import 'src/utils.dart';
/// A class representing an HTTP server that's scheduled to run in the course of
/// the test. This class allows the server's request handling to be scheduled
« no previous file with comments | « lib/scheduled_process.dart ('k') | lib/src/descriptor/directory_descriptor.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698