File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 77import operator
88import os
99from pathlib import Path
10- from typing import Optional , Union
1110
1211import rich .box
13- import rich .console
1412import rich .panel
1513import rich .repr
1614from rich .markdown import Markdown
1715from rich .table import Table
1816
19- import nf_core .modules .modules_utils
2017import nf_core .utils
2118from nf_core .components .components_command import ComponentCommand
2219from nf_core .components .nfcore_component import NFCoreComponent
Original file line number Diff line number Diff line change 1010import os
1111import re
1212from pathlib import Path
13- from typing import Optional , Union
1413
1514import questionary
1615import rich
Original file line number Diff line number Diff line change 99import logging
1010import os
1111from pathlib import Path
12- from typing import Optional , Union
1312
1413import git
1514import rich
You can’t perform that action at this time.
0 commit comments