Skip to content

Commit 4bba65b

Browse files
committed
black and isort disagree on this
1 parent c48d0f1 commit 4bba65b

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

examples/ipcam2/code.py

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,23 @@
1010
import espcamera
1111
import gifio
1212
import socketpool
13+
1314
# Disable autoreload. this is very handy while editing the js & html files
1415
# as you want to just reload the web browser, not the CircutPython program!
1516
import supervisor
1617
import ulab.numpy as np
1718
import wifi
18-
from adafruit_httpserver import (BAD_REQUEST_400, GET, NOT_FOUND_404, POST,
19-
FileResponse, JSONResponse, Request, Response,
20-
Server)
19+
from adafruit_httpserver import (
20+
BAD_REQUEST_400,
21+
GET,
22+
NOT_FOUND_404,
23+
POST,
24+
FileResponse,
25+
JSONResponse,
26+
Request,
27+
Response,
28+
Server,
29+
)
2130

2231
import adafruit_pycamera
2332

0 commit comments

Comments
 (0)