mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-10 20:54:33 +00:00
formatting
remove unused import
This commit is contained in:
parent
f17c6a0875
commit
386fcdc1d8
1 changed files with 0 additions and 2 deletions
|
@ -10,7 +10,6 @@
|
|||
|
||||
import 'dart:convert';
|
||||
|
||||
import 'package:fusiondart/src/models/address.dart' as FusionAddress;
|
||||
import 'package:isar/isar.dart';
|
||||
import 'package:stackwallet/exceptions/address/address_exception.dart';
|
||||
import 'package:stackwallet/models/isar/models/blockchain_data/crypto_currency_address.dart';
|
||||
|
@ -93,7 +92,6 @@ class Address extends CryptoCurrencyAddress {
|
|||
);
|
||||
}
|
||||
|
||||
|
||||
@override
|
||||
String toString() => "{ "
|
||||
"id: $id, "
|
||||
|
|
Loading…
Reference in a new issue