Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ketchel committed Dec 3, 2024
1 parent 4c85edf commit e0d42ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions wlanpi_core/schemas/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
DhcpTestResponse,
DigRequest,
DigResponse,
Iperf2Result,
Iperf2ClientRequest,
Iperf2Result,
Iperf3ClientRequest,
PingFailure,
PingRequest,
PingResponse,
PingFailure,
PingResult,
ReachabilityTest,
SpeedTest,
Expand Down
2 changes: 1 addition & 1 deletion wlanpi_core/services/utils_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from wlanpi_core.constants import UFW_FILE
from wlanpi_core.models.runcommand_error import RunCommandError
from wlanpi_core.schemas.utils import PingResult, PingFailure
from wlanpi_core.schemas.utils import PingFailure, PingResult
from wlanpi_core.utils.general import run_command_async
from wlanpi_core.utils.network import get_default_gateways, get_ip_address

Expand Down

0 comments on commit e0d42ee

Please sign in to comment.