Skip to content

Commit 462af4f

Browse files
author
Yasen Trahnov
committed
styling
1 parent bffdd37 commit 462af4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pulpcore/cli/console/vulnerability.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1+
from typing import IO, Any, Optional
2+
13
import click
24
from pulp_glue.common.context import PulpContext
35
from pulp_glue.console.context import PulpVulnerabilityReportContext
4-
from typing import IO, Any, Optional
56

67
from pulpcore.cli.common.generic import (
78
PulpCLIContext,
89
PulpEntityContext,
910
chunk_size_option,
10-
destroy_command,
1111
href_option,
1212
list_command,
1313
pass_entity_context,

0 commit comments

Comments
 (0)