Skip to content

Commit ddb4d5e

Browse files
committed
chore: formatting
1 parent 63901d2 commit ddb4d5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyhdx/cli.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import time
2-
from typing import Optional
2+
from ipaddress import ip_address
33
from pathlib import Path
4+
from typing import Optional
45

56
import typer
6-
from ipaddress import ip_address
77
from omegaconf import OmegaConf
88
from tqdm.auto import tqdm
99

@@ -23,7 +23,7 @@ def serve(
2323
"""Launch the PyHDX web application"""
2424

2525
from pyhdx.config import cfg
26-
from pyhdx.local_cluster import verify_cluster, default_cluster
26+
from pyhdx.local_cluster import default_cluster, verify_cluster
2727

2828
if config is not None:
2929
conf = OmegaConf.create(config.read_text())

0 commit comments

Comments
 (0)