mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2024-10-01 03:35:38 -04:00
client: Fix a style issue.
This commit is contained in:
parent
1f5afd75c6
commit
a489031962
@ -103,9 +103,11 @@ class UnknownRoomError(Exception):
|
||||
class InvalidOrderByError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class InvalidLimit(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class PanClient(AsyncClient):
|
||||
"""A wrapper class around a nio AsyncClient extending its functionality."""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user