Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 331012f

Browse files
committed
style: add spaces for lint
1 parent d1168c9 commit 331012f

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

zmapsdk/api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import os
22
import tempfile
33
from contextlib import asynccontextmanager
4+
45
import psutil
56
import uvicorn
67
from fastapi import FastAPI, HTTPException

zmapsdk/runner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ def get_interfaces(self) -> list[str]:
352352
try:
353353
# Using psutil to get network interfaces
354354
import psutil
355+
355356
return [iface for iface in psutil.net_if_addrs().keys()]
356357
except ImportError:
357358
# Fallback to socket for basic interface detection

0 commit comments

Comments
 (0)