mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-02-02 03:06:35 +00:00
test fix
This commit is contained in:
parent
91752bd4e4
commit
91fc247462
1 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
|||
import 'package:cake_wallet/core/seed_validator.dart';
|
||||
import 'package:cw_core/wallet_type.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
abstract interface class ComparableCopy<T> {
|
||||
abstract class ComparableCopy<T> {
|
||||
/// Compares this object to another object.
|
||||
///
|
||||
/// Returns a value like a [Comparator] when comparing `this` to [other].
|
||||
|
|
Loading…
Reference in a new issue