From 2e8572a90b3caa6f4297b81375df40188e6d6e40 Mon Sep 17 00:00:00 2001 From: tommytrg Date: Thu, 28 Dec 2023 12:36:14 +0100 Subject: [PATCH] refactor: remove unnecessary import --- lib/src/network/explorer/explorer_client.dart | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/lib/src/network/explorer/explorer_client.dart b/lib/src/network/explorer/explorer_client.dart index c13c574..82c813d 100644 --- a/lib/src/network/explorer/explorer_client.dart +++ b/lib/src/network/explorer/explorer_client.dart @@ -8,21 +8,6 @@ import 'dart:io' show HttpException; import 'package:witnet/data_structures.dart' show Utxo; import 'package:witnet/explorer.dart'; import 'package:witnet/schema.dart'; -import 'explorer_api.dart' - show - AddressBlocks, - AddressDataRequestsSolved, - AddressDetails, - AddressValueTransfers, - BlockDetails, - Blockchain, - ExplorerException, - Home, - MintInfo, - Network, - PrioritiesEstimate, - Status, - Tapi; enum ExplorerMode { production,