Skip to content

Commit

Permalink
trivial
Browse files Browse the repository at this point in the history
  • Loading branch information
ahopkins committed Feb 21, 2021
1 parent 37f0a51 commit 8f3e076
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sanic/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ class Signal:


class ConnInfo:
"""Local and remote addresses and SSL status info."""
"""
Local and remote addresses and SSL status info.
"""

__slots__ = (
"sockname",
Expand Down

0 comments on commit 8f3e076

Please sign in to comment.