File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -102,11 +102,11 @@ Not a developer? You can still help through the following methods:
102102  -  < https://github.com/opencv/opencv/issues?q=is%3Aissue+is%3Aopen+involves%3AAvasam+sort%3Areactions-%2B1-asc+ > 
103103  -  < https://github.com/opencv/opencv/issues/18305 > 
104104  -  < https://github.com/opencv/opencv/issues/23906 > 
105-   -  < https://github.com/pywinrt/pywinrt/issues/78 > 
106-   -  < https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/807 > 
105+   -  < https://github.com/mypyc/mypyc/issues?q=sort%3Areactions-%2B1%20is%3Aissue%20is%3Aopen%20%20involves%3AAvasam%20 > 
107106  -  < https://github.com/uiri/toml/issues/270 > 
108107  -  < https://github.com/microsoft/vscode/issues/40239 > 
109108  -  < https://github.com/microsoft/vscode/issues/168411 > 
109+   -  < https://github.com/ronaldoussoren/altgraph/pull/25 > 
110110  -  < https://github.com/python/mypy/issues/6700 > 
111111  -  < https://github.com/python/mypy/issues/15146 > 
112112  -  < https://github.com/python/mypy/issues/4409 > 
@@ -116,6 +116,7 @@ Not a developer? You can still help through the following methods:
116116  -  < https://github.com/boppreh/keyboard/issues/216 > 
117117  -  < https://github.com/boppreh/keyboard/issues/161 > 
118118  -  < https://github.com/asweigart/pyautogui/issues/663 > 
119+   -  < https://github.com/asweigart/pyautogui/pull/911 > 
119120  -  < https://github.com/astral-sh/ruff/issues?q=is%3Aissue+is%3Aopen+involves%3AAvasam+sort%3Areactions-%2B1-asc+ > 
120121
121122## Credits  
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ def get_method_by_index(self, index: int):
9999
100100    # Disallow unsafe get w/o breaking it at runtime 
101101    @override  
102-     def  __getitem__ (  # type:ignore[override] # pyright: ignore[reportIncompatibleMethodOverride] 
102+     def  __getitem__ (  # type:  ignore[override] # pyright: ignore[reportIncompatibleMethodOverride] 
103103        self , key : Never , / 
104104    ) ->  type [CaptureMethodBase ]:
105105        return  super ().__getitem__ (key )
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments