Skip to content

Commit c02f955

Browse files
committed
CI fixes
1 parent 838277a commit c02f955

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/connection_methods.rst.license

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: 2024 Michał Pokusa
2+
3+
SPDX-License-Identifier: MIT

examples/httpserver_simpletest_manual_ethernet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
import board
66
import digitalio
77

8-
from adafruit_httpserver import Server, Request, Response
98
from adafruit_wiznet5k.adafruit_wiznet5k import WIZNET5K
109
from adafruit_wiznet5k import adafruit_wiznet5k_socket as socket
10+
from adafruit_httpserver import Server, Request, Response
1111

1212

1313
# For Adafruit Ethernet FeatherWing

0 commit comments

Comments
 (0)