zulip_bots: Move six imports.
This commit is contained in:
parent
0893a5f61e
commit
78d7f9694e
7 changed files with 8 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
|||
# See readme.md for instructions on running this code.
|
||||
import logging
|
||||
from six.moves.urllib import parse
|
||||
from urllib import parse
|
||||
import json
|
||||
|
||||
import apiai
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
from six.moves.configparser import SafeConfigParser
|
||||
from configparser import SafeConfigParser
|
||||
from typing import Dict, Any, Union
|
||||
import requests
|
||||
import logging
|
||||
|
|
|
@ -2,7 +2,7 @@ import re
|
|||
import os
|
||||
import sys
|
||||
import logging
|
||||
import six.moves.configparser
|
||||
import configparser
|
||||
|
||||
import requests
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# See readme.md for instructions on running this code.
|
||||
import logging
|
||||
from six.moves.urllib import parse
|
||||
from urllib import parse
|
||||
|
||||
import requests
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import requests
|
||||
import logging
|
||||
import re
|
||||
from six.moves import urllib
|
||||
import urllib
|
||||
from zulip_bots.lib import Any
|
||||
|
||||
from typing import Optional, Any, Dict
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue