slack-bridge: Order imports properly.
This commit is contained in:
		
							parent
							
								
									5b2da94ba5
								
							
						
					
					
						commit
						05eaaff802
					
				
					 1 changed files with 6 additions and 5 deletions
				
			
		|  | @ -1,15 +1,16 @@ | |||
| #!/usr/bin/env python3 | ||||
| # -*- coding: utf-8 -*- | ||||
| 
 | ||||
| import sys | ||||
| import os | ||||
| import argparse | ||||
| import traceback | ||||
| import os | ||||
| import sys | ||||
| import threading | ||||
| import zulip | ||||
| import traceback | ||||
| from typing import Any, Callable, Dict | ||||
| 
 | ||||
| import slack_sdk | ||||
| import zulip | ||||
| from slack_sdk.rtm import RTMClient | ||||
| from typing import Any, Dict, Callable | ||||
| 
 | ||||
| import bridge_with_slack_config | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 rht
						rht