isort: Reformat using isort.
This commit is contained in:
parent
37e2596124
commit
5580c68ae5
162 changed files with 539 additions and 444 deletions
|
@ -2,12 +2,13 @@
|
|||
|
||||
# Twitter integration for Zulip
|
||||
|
||||
import argparse
|
||||
import os
|
||||
import sys
|
||||
import argparse
|
||||
from configparser import ConfigParser, NoSectionError, NoOptionError
|
||||
from configparser import ConfigParser, NoOptionError, NoSectionError
|
||||
|
||||
import zulip
|
||||
|
||||
VERSION = "0.9"
|
||||
CONFIGFILE = os.path.expanduser("~/.zulip_twitterrc")
|
||||
INSTRUCTIONS = r"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue