Albert Eduardovich N.
|
9776a72a6a
|
chore: simplify some code, get rid of nested fns where it's makes sence + pylint (#7401)
* chore: simplify some code, get rid of nested fns where it's makes sence
reasoning: https://wemake-python-styleguide.readthedocs.io/en/latest/pages/usage/violations/best_practices.html#wemake_python_styleguide.violations.best_practices.NestedFunctionViolation
* chore: address some pylint rules
* remove `pylint: disable=deprecated-class` from `reactor.py`
* fix typo
* fix another typo :)
* revert backward incompatible arg renames
---------
Co-authored-by: Andrey Rakhmatullin <wrar@wrar.name>
|
2026-05-04 23:32:46 +05:00 |
Andrey Rakhmatullin
|
916fe50974
|
Fix and ban the top-level twisted.internet.reactor imports. (#6835)
|
2025-05-28 15:53:52 +05:00 |
Jalil SA
|
a5c1ef8276
|
sort imports with isort
|
2023-01-25 14:25:15 -06:00 |
Emmanuel Rondan
|
e211ec0aa2
|
adding black formatter to all the code
|
2022-11-29 11:30:46 -03:00 |
Ammar Najjar
|
58ca8bbf6d
|
Use f-strings (#4307)
|
2020-08-26 07:11:05 +02:00 |
Eugenio Lacuesta
|
415526d922
|
Remove __future__ imports
|
2019-11-02 23:26:38 -03:00 |
alexanderlukanin13
|
ae4a61a2d5
|
Added "from __future__ import print_function" in all relevant places except xlib
|
2013-10-20 11:55:07 +06:00 |
Daniel Graña
|
e676ad31d0
|
Support sending requests trough multiples slots in QPS exmaple spider
|
2012-12-05 17:06:38 -02:00 |
Daniel Graña
|
dcc0a540c0
|
QPS bench server and a useful spider spider to generate requests
|
2012-12-05 15:08:34 -02:00 |