Remove unused deepcopy
This commit is contained in:
parent
40c21c2f4e
commit
ad6a323fb8
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import decimal
|
|||
import json
|
||||
import logging
|
||||
import operator
|
||||
from copy import copy, deepcopy
|
||||
from copy import copy
|
||||
from enum import Enum
|
||||
from functools import reduce
|
||||
from typing import (
|
||||
|
|
Loading…
Reference in a new issue