From 9cee758b6fba056c62c70668e0074a8ec92e98d0 Mon Sep 17 00:00:00 2001 From: adator <85586985+adator85@users.noreply.github.com> Date: Mon, 10 Nov 2025 23:13:17 +0100 Subject: [PATCH] Remove unused imported library! --- core/module.py | 1 - 1 file changed, 1 deletion(-) diff --git a/core/module.py b/core/module.py index b1e1596..a73c132 100644 --- a/core/module.py +++ b/core/module.py @@ -1,7 +1,6 @@ ''' This is the main operational file to handle modules ''' -from optparse import Option from pathlib import Path import sys import importlib