1
0

(trivial) fix some import orders

1. stdlib
2. 3rd-party
3. internal

(as in PEP-8)
This commit is contained in:
SomberNight
2024-06-04 18:29:17 +00:00
parent bc57926498
commit 90136f0de5
2 changed files with 11 additions and 12 deletions

View File

@@ -29,9 +29,10 @@ from typing import Sequence, Tuple, Optional, Dict, TYPE_CHECKING, Set
import time
import threading
from threading import RLock
import attr
from math import inf
import attr
from .util import profiler, with_lock
from .logging import Logger
from .lnutil import (NUM_MAX_EDGES_IN_PAYMENT_PATH, ShortChannelID, LnFeatures,