Skip to content

Commit

Permalink
Update client.py
Browse files Browse the repository at this point in the history
Fix logger spacing
  • Loading branch information
Half-Shot authored Oct 12, 2016
1 parent 76448ab commit 80ae22f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matrix_client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
import logging
import sys


logger = logging.getLogger(__name__)


class MatrixClient(object):
"""
The client API for Matrix. For the raw HTTP calls, see MatrixHttpApi.
Expand Down

0 comments on commit 80ae22f

Please sign in to comment.