Compare commits
	
		
			1 Commits 
		
	
	
		
			f50202a6af
			...
			6f782862f8
		
	
	| Author | SHA1 | Date | 
|---|---|---|
|  | 6f782862f8 | 
|  | @ -21,7 +21,6 @@ Main app startup and run. | ||||||
| from functools import partial | from functools import partial | ||||||
| from types import ModuleType | from types import ModuleType | ||||||
| 
 | 
 | ||||||
| import tractor |  | ||||||
| import trio | import trio | ||||||
| 
 | 
 | ||||||
| from piker.ui.qt import ( | from piker.ui.qt import ( | ||||||
|  | @ -117,7 +116,6 @@ async def _async_main( | ||||||
|         needed_brokermods[brokername] = brokers[brokername] |         needed_brokermods[brokername] = brokers[brokername] | ||||||
| 
 | 
 | ||||||
|     async with ( |     async with ( | ||||||
|         tractor.trionics.collapse_eg(), |  | ||||||
|         trio.open_nursery() as root_n, |         trio.open_nursery() as root_n, | ||||||
|     ): |     ): | ||||||
|         # set root nursery and task stack for spawning other charts/feeds |         # set root nursery and task stack for spawning other charts/feeds | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue