**Describe the bug** Wrong type is specified for `CIMultiDict.copy` **Expected behavior** `def copy(self) -> CIMultiDict[_T]: ...` **Your version of the Python** python3.8.0 **Your version of the multidict distribution** multidict==4.7.1
Describe the bug
Wrong type is specified for
CIMultiDict.copyExpected behavior
def copy(self) -> CIMultiDict[_T]: ...Your version of the Python
python3.8.0
Your version of the multidict distribution
multidict==4.7.1