Cmd / Cmds: Update legacy type annotation

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2026-01-20 18:56:12 +01:00
commit 9b5cd1b857
2 changed files with 4 additions and 6 deletions

View file

@ -1,6 +1,5 @@
# -*- coding: utf-8 -*-
from typing import Optional
import os, sys, argcomplete, argparse, importlib, inspect, re, pickle, asyncio, cProfile
from argparse import ArgumentParser
from pathlib import Path, PurePath