From a26edf7c515e67ef3a11d1ba4d4570c04e911d6c Mon Sep 17 00:00:00 2001 From: Sahil Kumar Date: Tue, 18 Jan 2022 16:32:16 +0530 Subject: [PATCH] chore(llc): fix analysis warnings Signed-off-by: xsahil03x --- packages/stream_chat/lib/src/core/http/stream_http_client.dart | 1 - .../test/src/core/http/stream_http_client_options_test.dart | 1 - 2 files changed, 2 deletions(-) diff --git a/packages/stream_chat/lib/src/core/http/stream_http_client.dart b/packages/stream_chat/lib/src/core/http/stream_http_client.dart index 429eb52f..d977b010 100644 --- a/packages/stream_chat/lib/src/core/http/stream_http_client.dart +++ b/packages/stream_chat/lib/src/core/http/stream_http_client.dart @@ -11,7 +11,6 @@ import 'package:stream_chat/src/core/http/interceptor/connection_id_interceptor. import 'package:stream_chat/src/core/http/interceptor/logging_interceptor.dart'; import 'package:stream_chat/src/core/http/stream_chat_dio_error.dart'; import 'package:stream_chat/src/core/http/token_manager.dart'; -import 'package:stream_chat/src/location.dart'; part 'stream_http_client_options.dart'; diff --git a/packages/stream_chat/test/src/core/http/stream_http_client_options_test.dart b/packages/stream_chat/test/src/core/http/stream_http_client_options_test.dart index 26705816..1ed0e5ab 100644 --- a/packages/stream_chat/test/src/core/http/stream_http_client_options_test.dart +++ b/packages/stream_chat/test/src/core/http/stream_http_client_options_test.dart @@ -1,5 +1,4 @@ import 'package:stream_chat/src/core/http/stream_http_client.dart'; -import 'package:stream_chat/src/location.dart'; import 'package:test/test.dart'; void main() {