remove deepcopy in tests

Co-authored-by: Oleg A. <t0rr@mail.ru>
This commit is contained in:
darksidecat 2022-06-26 13:50:40 +03:00 committed by GitHub
parent 2ea3c499f3
commit 725eb7c660
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
from copy import copy, deepcopy
from copy import copy
from inspect import isclass
import pytest