Skip to content

Commit

Permalink
chore: remove unused symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
Zekfad committed Jan 23, 2023
1 parent 2d422c8 commit 7adf81e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/fetch_client.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'package:fetch_api/compatibility_layer.dart' as fetch_compatibility_layer;
import 'package:fetch_api/fetch_api.dart';
import 'package:http/http.dart' show BaseClient, BaseRequest, BaseResponse, ClientException;
import 'package:http/http.dart' show BaseClient, BaseRequest, ClientException;
import 'fetch_response.dart';
import 'on_done.dart';

Expand Down

0 comments on commit 7adf81e

Please sign in to comment.