diff --git a/examples/trio-server.py b/examples/trio-server.py index f983a9a..361a288 100644 --- a/examples/trio-server.py +++ b/examples/trio-server.py @@ -74,9 +74,9 @@ # - We should probably do something cleverer with buffering responses and # TCP_CORK and suchlike. -import json import datetime import email.utils +import json from itertools import count import trio