Remove unused import
Remove the import from copy, since deepcopy() isn't used anymore (list.copy() is used instead).
This commit is contained in:
parent
878e16545d
commit
5b998aeca7
@ -2,7 +2,6 @@
|
||||
PairList manager class
|
||||
"""
|
||||
import logging
|
||||
from copy import deepcopy
|
||||
from typing import Dict, List
|
||||
|
||||
from cachetools import TTLCache, cached
|
||||
|
Loading…
Reference in New Issue
Block a user