zulip_bots and zulip_botserver: Remove unused imports.
This commit is contained in:
parent
a8665aaac8
commit
ce95f9f4d5
4 changed files with 1 additions and 13 deletions
|
@ -3,7 +3,6 @@
|
|||
|
||||
from __future__ import print_function
|
||||
|
||||
import os
|
||||
import sys
|
||||
if False:
|
||||
from typing import Any, Dict, Optional
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
import json
|
||||
|
||||
from typing import Any, List, Dict, Optional, Union
|
||||
from typing import Any, List, Dict, Optional
|
||||
from unittest import TestCase
|
||||
from werkzeug.exceptions import BadRequest
|
||||
from zulip_botserver import server
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue