zulip_botserver: Reorder imports.
This commit is contained in:
		
							parent
							
								
									70dd05e5a6
								
							
						
					
					
						commit
						7b6da265ea
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1,8 +1,8 @@
 | 
				
			||||||
 | 
					import argparse
 | 
				
			||||||
import configparser
 | 
					import configparser
 | 
				
			||||||
 | 
					import json
 | 
				
			||||||
import os
 | 
					import os
 | 
				
			||||||
import sys
 | 
					import sys
 | 
				
			||||||
import json
 | 
					 | 
				
			||||||
import argparse
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
from flask import Flask, request
 | 
					from flask import Flask, request
 | 
				
			||||||
from importlib import import_module
 | 
					from importlib import import_module
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue