Skip to content

Commit d37742e

Browse files
committed
ruff format
1 parent 955b31d commit d37742e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/warnet/cli/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# from .bitcoin import bitcoin
99
from .graph import graph
1010
from .image import image
11+
1112
# from .ln import ln
1213
from .network import network
1314
from .scenarios import scenarios

src/warnet/cli/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
logger = logging.getLogger("utils")
2222

2323

24-
2524
SUPPORTED_TAGS = ["27.0", "26.0", "25.1", "24.2", "23.2", "22.2"]
2625
DEFAULT_TAG = SUPPORTED_TAGS[0]
2726
WEIGHTED_TAGS = [

0 commit comments

Comments
 (0)