File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 62
62
# request a relatively recent version, i.e. the latest as of this
63
63
# writing.
64
64
"oci>=2.85.0" ,
65
- "subc>=0.8.0" ,
66
65
"setuptools" ,
67
66
"argcomplete" ,
68
67
]
Original file line number Diff line number Diff line change 95
95
import rich .progress
96
96
import rich .syntax
97
97
import rich .table
98
- import subc
99
98
from oci .exceptions import ServiceError
100
99
from rich .live import Live
101
100
from rich .progress import Progress
102
101
from rich .prompt import Confirm
103
102
from rich .text import Text
104
103
104
+ import yo .subc as subc
105
105
import yo .util
106
106
from yo .api import AttachmentType
107
107
from yo .api import ImageLoad
@@ -819,7 +819,7 @@ class YoCmd(subc.Command):
819
819
c : YoCtx
820
820
es : contextlib .ExitStack
821
821
rootname = "yo"
822
- help_formatter_class = ParagraphFormatter # type: ignore
822
+ help_formatter_class = ParagraphFormatter
823
823
824
824
@classmethod
825
825
def setup_config (cls ) -> t .Tuple [YoCtx , t .Dict [str , str ]]:
You can’t perform that action at this time.
0 commit comments