Skip to content

Commit 3307bfa

Browse files
committed
fix imports
1 parent 18ba287 commit 3307bfa

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

nf_core/components/lint/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,13 @@
77
import operator
88
import os
99
from pathlib import Path
10-
from typing import Optional, Union
1110

1211
import rich.box
13-
import rich.console
1412
import rich.panel
1513
import rich.repr
1614
from rich.markdown import Markdown
1715
from rich.table import Table
1816

19-
import nf_core.modules.modules_utils
2017
import nf_core.utils
2118
from nf_core.components.components_command import ComponentCommand
2219
from nf_core.components.nfcore_component import NFCoreComponent

nf_core/modules/lint/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
import os
1111
import re
1212
from pathlib import Path
13-
from typing import Optional, Union
1413

1514
import questionary
1615
import rich

nf_core/pipelines/lint/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import logging
1010
import os
1111
from pathlib import Path
12-
from typing import Optional, Union
1312

1413
import git
1514
import rich

0 commit comments

Comments
 (0)