From 7059e2fe21e6385e3272fef50e5e3f24f99f2be4 Mon Sep 17 00:00:00 2001 From: Sahil Kumar Date: Mon, 21 Jun 2021 17:09:51 +0530 Subject: [PATCH] remove unused imports Signed-off-by: Sahil Kumar --- packages/stream_chat/lib/src/core/error/stream_chat_error.dart | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/stream_chat/lib/src/core/error/stream_chat_error.dart b/packages/stream_chat/lib/src/core/error/stream_chat_error.dart index f517bea4..13ccef2a 100644 --- a/packages/stream_chat/lib/src/core/error/stream_chat_error.dart +++ b/packages/stream_chat/lib/src/core/error/stream_chat_error.dart @@ -1,8 +1,5 @@ -import 'dart:io'; - import 'package:equatable/equatable.dart'; import 'package:stream_chat/src/core/error/chat_error_code.dart'; -import 'package:stream_chat/src/ws/websocket.dart'; import 'package:stream_chat/stream_chat.dart'; import 'package:web_socket_channel/web_socket_channel.dart';