Skip to content
This repository was archived by the owner on Jun 7, 2021. It is now read-only.

Commit 302ee16

Browse files
author
Joel Collins
committed
Cleaned up imports
1 parent 8da7b7e commit 302ee16

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

example/mjpeg-stream.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,12 @@
33
import asyncio
44
import io
55
import logging
6-
import os
7-
import pathlib
86
import sys
9-
import time
10-
import uuid
117
from datetime import datetime
128

13-
from PIL import Image, ImageDraw, ImageFont
9+
from PIL import Image, ImageDraw
1410

15-
from webthing import Action, Event, Property, Thing, Value, WebThingServer
11+
from webthing import Property, Thing, Value, WebThingServer
1612

1713
if (
1814
sys.version_info[0] == 3

0 commit comments

Comments
 (0)