Rearrange these imports.
This commit is contained in:
		
							parent
							
								
									428ada8c83
								
							
						
					
					
						commit
						c7ef2dd41b
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		|  | @ -6,13 +6,12 @@ import logging | ||||||
| logging.getLogger('googleapicliet.discovery_cache').setLevel(logging.ERROR) | logging.getLogger('googleapicliet.discovery_cache').setLevel(logging.ERROR) | ||||||
| 
 | 
 | ||||||
| import datetime | import datetime | ||||||
| import flask | import flask; from flask import request | ||||||
| from flask import request |  | ||||||
| import json | import json | ||||||
| import mimetypes | import mimetypes | ||||||
| import os | import os | ||||||
| import time |  | ||||||
| import threading | import threading | ||||||
|  | import time | ||||||
| import traceback | import traceback | ||||||
| 
 | 
 | ||||||
| import bot | import bot | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue