mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 15:33:30 +00:00
pep8: Fix E301 pep8 violations.
Fix "E301: expected (1 or 2) blank line" pep8 violations.
This commit is contained in:
@@ -35,6 +35,7 @@ class IRCBot(irc.bot.SingleServerIRCBot):
|
||||
def on_welcome(self, c, e):
|
||||
# type: (ServerConnection, Event) -> None
|
||||
c.join(self.channel)
|
||||
|
||||
def forward_to_irc(msg):
|
||||
# type: (Dict[str, Any]) -> None
|
||||
if msg["type"] == "stream":
|
||||
|
||||
Reference in New Issue
Block a user