Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Update kinetix/editor.py
Browse files- kinetix/editor.py +2 -2
    	
        kinetix/editor.py
    CHANGED
    
    | @@ -106,8 +106,8 @@ from kinetix.util.saving import ( | |
| 106 | 
             
            from kinetix.util.timing import time_function
         | 
| 107 | 
             
            from tkinter import Tk
         | 
| 108 |  | 
| 109 | 
            -
            root = Tk()
         | 
| 110 | 
            -
            root.destroy()
         | 
| 111 |  | 
| 112 | 
             
            ee = tmr()
         | 
| 113 | 
             
            print(f"Imported in {ee - ss} seconds")
         | 
|  | |
| 106 | 
             
            from kinetix.util.timing import time_function
         | 
| 107 | 
             
            from tkinter import Tk
         | 
| 108 |  | 
| 109 | 
            +
            #root = Tk()
         | 
| 110 | 
            +
            #root.destroy()
         | 
| 111 |  | 
| 112 | 
             
            ee = tmr()
         | 
| 113 | 
             
            print(f"Imported in {ee - ss} seconds")
         |