Skip to content

Commit ad6a323

Browse files
author
Andrew Brookins
committed
Remove unused deepcopy
1 parent 40c21c2 commit ad6a323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis_om/model/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import json
55
import logging
66
import operator
7-
from copy import copy, deepcopy
7+
from copy import copy
88
from enum import Enum
99
from functools import reduce
1010
from typing import (

0 commit comments

Comments
 (0)