0.0.5 #8 Cleaned up unused imports. /JL

This commit is contained in:
Jan Lerking
2025-02-24 09:20:08 +01:00
parent ffc7baa394
commit c849d32f73
2 changed files with 0 additions and 5 deletions
-4
View File
@@ -1,7 +1,3 @@
import importlib
import sys
import os
import json
from abc import ABC, abstractmethod
class XtendRBase(ABC):
-1
View File
@@ -2,7 +2,6 @@ import importlib
import sys
import os
import json
from abc import ABC, abstractmethod
from xtendr.xtendrbase import XtendRBase
class XtendRSystem: