Skip to content

Commit 544d664

Browse files
committed
Remove unused deepcopy import in psyces.py
The deepcopy import was not used in pyenzyme/thinlayers/psyces.py and has been removed to clean up the code.
1 parent 4f55051 commit 544d664

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pyenzyme/thinlayers/psyces.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
from __future__ import annotations
88

9-
from copy import deepcopy
109
from dataclasses import dataclass
1110
from pathlib import Path
1211
from joblib import Parallel, delayed

0 commit comments

Comments
 (0)