Skip to content

Commit 0c76774

Browse files
committed
Reformat code
1 parent 27d10b0 commit 0c76774

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyrogram/client/types/user_and_chats/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
from .chat_photo import ChatPhoto
2323
from .dialog import Dialog
2424
from .dialogs import Dialogs
25-
from .user_status import UserStatus
2625
from .user import User
26+
from .user_status import UserStatus

pyrogram/connection/transport/tcp/tcp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
# You should have received a copy of the GNU Lesser General Public License
1717
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
1818

19+
import ipaddress
1920
import logging
2021
import socket
21-
import ipaddress
2222

2323
try:
2424
import socks

0 commit comments

Comments
 (0)