Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ketchel committed Nov 7, 2024
1 parent 24a47cd commit 24a1997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wlanpi_core/api/api_v1/endpoints/network_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ async def get_current_wireless_network_details(
log.error(ex)
return Response(content="Internal Server Error", status_code=500)


@router.get(
"/wlan/{interface}/networks",
response_model=dict[int, SupplicantNetwork],
Expand Down Expand Up @@ -387,7 +388,6 @@ async def disconnect_wireless_network(
return Response(content="Internal Server Error", status_code=500)



@router.delete(
"/wlan/{interface}/networks/{network_id}",
response_model=None,
Expand Down

0 comments on commit 24a1997

Please sign in to comment.