Skip to content

Commit 1c80356

Browse files
fix: apply ruff isort (known-first-party=* means one import block)
1 parent 268fbb0 commit 1c80356

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/configdrift/cli.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
from __future__ import annotations
44

55
import os
6+
import typer
67
from enum import Enum
78
from pathlib import Path
8-
from typing import Any
9-
10-
import typer
119
from rich.console import Console
1210
from rich.table import Table
11+
from typing import Any
1312

1413
try:
1514
from revenueholdings_license import require_license

0 commit comments

Comments
 (0)