Skip to content

Commit b9cbebc

Browse files
committed
Expose upstr at package level
1 parent 0e1387d commit b9cbebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aiohttp/multidict.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import sys
33

44
__all__ = ['MultiDictProxy', 'CIMultiDictProxy',
5-
'MultiDict', 'CIMultiDict']
5+
'MultiDict', 'CIMultiDict', 'upstr']
66

77
_marker = object()
88

0 commit comments

Comments
 (0)