Skip to content

Commit

Permalink
Fix formatting of reset commits
Browse files Browse the repository at this point in the history
This follows be52390,
df0fc1c, and
c049303.
  • Loading branch information
pgjones committed Aug 24, 2022
1 parent c049303 commit b0e889d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/trio-server.py
Expand Up @@ -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
Expand Down

0 comments on commit b0e889d

Please sign in to comment.