mirror of
https://github.com/MinaSaad1/pbi-cli
synced 2026-04-21 13:37:19 +00:00
fix: sort imports in connection.py to satisfy ruff isort
This commit is contained in:
parent
8b7bef9e6d
commit
62706771b2
1 changed files with 1 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ from __future__ import annotations
|
|||
|
||||
import click
|
||||
|
||||
from pbi_cli.commands.skills_cmd import _get_bundled_skills, _is_installed
|
||||
from pbi_cli.core.connection_store import (
|
||||
ConnectionInfo,
|
||||
add_connection,
|
||||
|
|
@ -19,7 +20,6 @@ from pbi_cli.core.output import (
|
|||
print_success,
|
||||
print_table,
|
||||
)
|
||||
from pbi_cli.commands.skills_cmd import _get_bundled_skills, _is_installed
|
||||
from pbi_cli.main import PbiContext, pass_context
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue