Skip to content

Commit 85daade

Browse files
committed
Passing CI stages
1 parent 7a5c30d commit 85daade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/http/lib/src/browser_client.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
import 'dart:async';
66
import 'dart:js_interop';
7-
import 'package:http/src/utils.dart' show CacheOption;
87
import 'package:web/web.dart'
98
show
109
AbortController,
@@ -18,6 +17,7 @@ import 'base_client.dart';
1817
import 'base_request.dart';
1918
import 'exception.dart';
2019
import 'streamed_response.dart';
20+
import 'utils.dart';
2121

2222
/// Create a [BrowserClient].
2323
///

0 commit comments

Comments
 (0)