mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
fix(worker): remove unused sys import and organize imports (#1061)
Signed-off-by: aoright <102943475+aoright@users.noreply.github.com>
This commit is contained in:
+3
-3
@@ -5,11 +5,11 @@ This module provides the worker process for the Semantica framework,
|
||||
enabling distributed and background task processing.
|
||||
"""
|
||||
|
||||
import time
|
||||
import signal
|
||||
import sys
|
||||
from .utils.logging import get_logger, setup_logging
|
||||
import time
|
||||
|
||||
from .core.orchestrator import Semantica
|
||||
from .utils.logging import get_logger, setup_logging
|
||||
|
||||
# Initialize logging
|
||||
setup_logging()
|
||||
|
||||
Reference in New Issue
Block a user