Skip to content

Commit b0e889d

Browse files
committed
Fix formatting of reset commits
This follows be52390, df0fc1c, and c049303.
1 parent c049303 commit b0e889d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/trio-server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@
7474
# - We should probably do something cleverer with buffering responses and
7575
# TCP_CORK and suchlike.
7676

77-
import json
7877
import datetime
7978
import email.utils
79+
import json
8080
from itertools import count
8181

8282
import trio

0 commit comments

Comments
 (0)