style: enforce multiline import style for consistency

This commit is contained in:
Luca Vivona
2025-06-21 15:08:11 -04:00
parent 811c217ee6
commit ebdde7b5aa
3 changed files with 11 additions and 8 deletions

View File

@ -5,7 +5,9 @@ This module provides a complete Distributed Hash Table (DHT)
implementation based on the Kademlia algorithm and protocol.
"""
from enum import Enum
from enum import (
Enum,
)
import logging
import time