style: apply ruff auto-fixes
This commit is contained in:
@@ -1,15 +1,12 @@
|
||||
from __future__ import annotations
|
||||
|
||||
import sys
|
||||
import shutil
|
||||
from typing import Any, Dict, List, Optional, Sequence, Tuple
|
||||
from datetime import datetime
|
||||
from typing import Any, Dict, List
|
||||
|
||||
from cmdlet._shared import Cmdlet, CmdletArg
|
||||
from cmdlet._shared import Cmdlet
|
||||
from SYS import pipeline as ctx
|
||||
from SYS.result_table import Table
|
||||
from SYS.logger import log, set_debug, debug
|
||||
from SYS.rich_display import stdout_console
|
||||
from SYS.logger import set_debug, debug
|
||||
|
||||
CMDLET = Cmdlet(
|
||||
name=".status",
|
||||
|
||||
Reference in New Issue
Block a user