mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Reformat code
This commit is contained in:
parent
27d10b04c0
commit
0c76774283
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue