We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27d10b0 commit 0c76774Copy full SHA for 0c76774
pyrogram/client/types/user_and_chats/__init__.py
@@ -22,5 +22,5 @@
22
from .chat_photo import ChatPhoto
23
from .dialog import Dialog
24
from .dialogs import Dialogs
25
-from .user_status import UserStatus
26
from .user import User
+from .user_status import UserStatus
pyrogram/connection/transport/tcp/tcp.py
@@ -16,9 +16,9 @@
16
# You should have received a copy of the GNU Lesser General Public License
17
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
18
19
+import ipaddress
20
import logging
21
import socket
-import ipaddress
try:
import socks
0 commit comments