Remove unused deepcopy

This commit is contained in:
Andrew Brookins 2021-10-27 17:33:12 -07:00
parent 40c21c2f4e
commit ad6a323fb8

View file

@ -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 (