Reformat code

This commit is contained in:
Dan 2018-11-02 10:26:59 +01:00
parent 27d10b04c0
commit 0c76774283
2 changed files with 2 additions and 2 deletions

View File

@ -22,5 +22,5 @@ from .chat_members import ChatMembers
from .chat_photo import ChatPhoto
from .dialog import Dialog
from .dialogs import Dialogs
from .user_status import UserStatus
from .user import User
from .user_status import UserStatus

View File

@ -16,9 +16,9 @@
# You should have received a copy of the GNU Lesser General Public License
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
import ipaddress
import logging
import socket
import ipaddress
try:
import socks