# HG changeset patch # User luca_milaz # Date 1756988024 0 # Node ID b89091ae2484f08a9709e792aece265a37e438f9 # Parent 2b7911a8366f1316236cab1d96f15546d66a2699 Uploaded diff -r 2b7911a8366f -r b89091ae2484 COBRAxy/utils/general_utils.py --- a/COBRAxy/utils/general_utils.py Thu Sep 04 12:05:10 2025 +0000 +++ b/COBRAxy/utils/general_utils.py Thu Sep 04 12:13:44 2025 +0000 @@ -37,9 +37,6 @@ PICKLE = ("pickle", "pk", "p") # this is how all runtime data structures are saved - def __init__(self): - self.original_extension = "" - @classmethod def fromExt(cls, ext :str) -> "FileFormat":