Nikita Yudenkov
Results
2
issues of
Nikita Yudenkov
isort sorts third-party socketio to local imports. Before: ```python import jwt from socketio.exceptions import ConnectionRefusedError from src.core.auth import auth_backend ``` After: ```python import jwt from socketio.exceptions import ConnectionRefusedError from src.core.auth...