File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -301,9 +301,7 @@ impl PySessionContext {
301301
302302    #[ classmethod]  
303303    #[ pyo3( signature = ( ) ) ]  
304-     fn  _global_ctx ( 
305-         _cls :  & Bound < ' _ ,  PyType > , 
306-     )  -> PyResult < Self >  { 
304+     fn  _global_ctx ( _cls :  & Bound < ' _ ,  PyType > )  -> PyResult < Self >  { 
307305        Ok ( Self  { 
308306            ctx :  get_global_ctx ( ) . clone ( ) , 
309307        } ) 
Original file line number Diff line number Diff line change 1717
1818use  crate :: errors:: DataFusionError ; 
1919use  crate :: TokioRuntime ; 
20+ use  datafusion:: execution:: context:: SessionContext ; 
2021use  datafusion:: logical_expr:: Volatility ; 
2122use  pyo3:: prelude:: * ; 
2223use  std:: future:: Future ; 
2324use  std:: sync:: OnceLock ; 
2425use  tokio:: runtime:: Runtime ; 
25- use  datafusion:: execution:: context:: SessionContext ; 
2626
2727/// Utility to get the Tokio Runtime from Python 
2828#[ inline]  
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments