Add some typing around web bs
							parent
							
								
									490126c672
								
							
						
					
					
						commit
						1061436c20
					
				| 
						 | 
					@ -20,7 +20,7 @@ ToOlS fOr CoPInG wITh "tHE wEB" protocols.
 | 
				
			||||||
"""
 | 
					"""
 | 
				
			||||||
from contextlib import asynccontextmanager, AsyncExitStack
 | 
					from contextlib import asynccontextmanager, AsyncExitStack
 | 
				
			||||||
from types import ModuleType
 | 
					from types import ModuleType
 | 
				
			||||||
from typing import Any, Callable
 | 
					from typing import Any, Callable, AsyncGenerator
 | 
				
			||||||
import json
 | 
					import json
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import trio
 | 
					import trio
 | 
				
			||||||
| 
						 | 
					@ -127,7 +127,7 @@ async def open_autorecon_ws(
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # TODO: proper type annot smh
 | 
					    # TODO: proper type annot smh
 | 
				
			||||||
    fixture: Callable,
 | 
					    fixture: Callable,
 | 
				
			||||||
):
 | 
					) -> AsyncGenerator[tuple[...],  NoBsWs]:
 | 
				
			||||||
    """Apparently we can QoS for all sorts of reasons..so catch em.
 | 
					    """Apparently we can QoS for all sorts of reasons..so catch em.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    """
 | 
					    """
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue