Removing accidental double-import
Signed-off-by: Ivan Boothe <ivan@rootwork.org>
This commit is contained in:
		
							parent
							
								
									6078260659
								
							
						
					
					
						commit
						f00908fd86
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		
							
								
								
									
										1
									
								
								main.py
									
										
									
									
									
								
							
							
						
						
									
										1
									
								
								main.py
									
										
									
									
									
								
							| 
						 | 
					@ -4,7 +4,6 @@ import codecs
 | 
				
			||||||
from os.path import join
 | 
					from os.path import join
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import subprocess # for pip autoinstallation
 | 
					import subprocess # for pip autoinstallation
 | 
				
			||||||
import sys # for pip autoinstallation
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
from ulauncher.search.SortedList import SortedList
 | 
					from ulauncher.search.SortedList import SortedList
 | 
				
			||||||
from ulauncher.api.client.Extension import Extension
 | 
					from ulauncher.api.client.Extension import Extension
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue