changeset 336:b89091ae2484 draft

Uploaded
author luca_milaz
date Thu, 04 Sep 2025 12:13:44 +0000
parents 2b7911a8366f
children 350c3f3cb61d
files COBRAxy/utils/general_utils.py
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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":