diff --git a/chia/wallet/trading/trade_store.py b/chia/wallet/trading/trade_store.py index fc0fc33af8ec..07be54df5759 100644 --- a/chia/wallet/trading/trade_store.py +++ b/chia/wallet/trading/trade_store.py @@ -1,6 +1,5 @@ from __future__ import annotations -import dataclasses import logging from time import perf_counter from typing import Dict, List, Optional, Set, Tuple