Annotate remaining scripts.
This commit is contained in:
parent
43bf07bf15
commit
2ed9f15ff7
2 changed files with 7 additions and 0 deletions
|
@ -10,9 +10,12 @@ import unicodedata
|
|||
sys.path.append(os.path.join(os.path.dirname(__file__), '..', 'api'))
|
||||
import zulip
|
||||
|
||||
from typing import Set
|
||||
|
||||
zulip_client = zulip.Client(client="ZulipSyncPublicStreamsBot/0.1")
|
||||
|
||||
def fetch_public_streams():
|
||||
# type: () -> Set[str]
|
||||
public_streams = set()
|
||||
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue