Skip to content

Commit 7bfa5b8

Browse files
authored
Add back the comment about __all__
1 parent 28dd3ba commit 7bfa5b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

h11/_state.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
from ._events import *
115115
from ._util import LocalProtocolError, make_sentinel
116116

117+
# Everything in __all__ gets re-exported as part of the h11 public API.
117118
__all__ = [
118119
"CLIENT", "SERVER", "IDLE", "SEND_RESPONSE",
119120
"SEND_BODY", "DONE", "MUST_CLOSE",

0 commit comments

Comments
 (0)