remove duplicate "Server" in examples/sasl.py
This commit is contained in:
parent
fb99d97bca
commit
985e95c37d
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import asyncio
|
|||
from irctokens import build, Line
|
||||
from ircrobots import Bot as BaseBot
|
||||
from ircrobots import Server as BaseServer
|
||||
from ircrobots import ConnectionParams, SASLUserPass, Server, SASLSCRAM
|
||||
from ircrobots import ConnectionParams, SASLUserPass, SASLSCRAM
|
||||
|
||||
class Server(BaseServer):
|
||||
async def line_read(self, line: Line):
|
||||
|
|
Loading…
Add table
Reference in a new issue