Format strings using black

This commit is contained in:
Mads Marquart
2019-01-31 20:55:22 +01:00
parent d20fc3b9ce
commit e0710a2ec1
16 changed files with 823 additions and 823 deletions

View File

@@ -9,14 +9,14 @@ from __future__ import unicode_literals
from .client import *
__title__ = 'fbchat'
__version__ = '1.6.1'
__description__ = 'Facebook Chat (Messenger) for Python'
__title__ = "fbchat"
__version__ = "1.6.1"
__description__ = "Facebook Chat (Messenger) for Python"
__copyright__ = 'Copyright 2015 - 2019 by Taehoon Kim'
__license__ = 'BSD 3-Clause'
__copyright__ = "Copyright 2015 - 2019 by Taehoon Kim"
__license__ = "BSD 3-Clause"
__author__ = 'Taehoon Kim; Moreels Pieter-Jan; Mads Marquart'
__email__ = 'carpedm20@gmail.com'
__author__ = "Taehoon Kim; Moreels Pieter-Jan; Mads Marquart"
__email__ = "carpedm20@gmail.com"
__all__ = ['Client']
__all__ = ["Client"]