Skip to content

Commit 80ae22f

Browse files
authored
Update client.py
Fix logger spacing
1 parent 76448ab commit 80ae22f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matrix_client/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
import logging
1919
import sys
2020

21-
2221
logger = logging.getLogger(__name__)
2322

23+
2424
class MatrixClient(object):
2525
"""
2626
The client API for Matrix. For the raw HTTP calls, see MatrixHttpApi.

0 commit comments

Comments
 (0)