Skip to content

Commit

Permalink
chore(binding-http): limit scope of HttpClientConfig import
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Nov 4, 2024
1 parent 03796d6 commit 07a34b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/binding_http/http_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ import "dart:io" as io;
import "package:http/http.dart";
import "package:http/io_client.dart";

import "../../binding_http.dart";
import "../../core.dart";

import "http_config.dart";
import "http_request_method.dart";
import "http_security_exception.dart";

Expand Down

0 comments on commit 07a34b8

Please sign in to comment.