isort the repo

This commit is contained in:
Franzi 2023-02-05 17:30:58 +01:00
parent 429bc2a7c6
commit 4122a7ccf8
Signed by: kunsi
GPG key ID: 12E3D2136B818350
33 changed files with 36 additions and 32 deletions

View file

@ -1,9 +1,10 @@
from ipaddress import ip_address, ip_network, IPv4Address, IPv4Network
from ipaddress import IPv4Address, IPv4Network, ip_address, ip_network
from bundlewrap.exceptions import NoSuchGroup, NoSuchNode, BundleError
from bundlewrap.exceptions import BundleError, NoSuchGroup, NoSuchNode
from bundlewrap.utils.text import bold, red
from bundlewrap.utils.ui import io
def resolve_identifier(repo, identifier):
"""
Try to resolve an identifier (group or node). Return a set of ip