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 json
|
||||
import os
|
||||
import sys
|
||||
import json
|
||||
import argparse
|
||||
|
||||
from flask import Flask, request
|
||||
from importlib import import_module
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue