Skip to content

Commit

Permalink
Remove extra imports
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan committed Jan 9, 2024
1 parent 40d5722 commit 4ddd4b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pkgs/http/lib/src/browser_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import 'package:web/helpers.dart';

import 'base_client.dart';
import 'base_request.dart';
import 'base_response.dart';
import 'byte_stream.dart';
import 'exception.dart';
import 'streamed_response.dart';
Expand Down
1 change: 0 additions & 1 deletion pkgs/http/test/io/request_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
library;

import 'package:http/http.dart' as http;
import 'package:http/src/base_response.dart';
import 'package:test/test.dart';

import '../utils.dart';
Expand Down

0 comments on commit 4ddd4b0

Please sign in to comment.