ruff: enable and fix C4 ruleset
This commit is contained in:
parent
dee0b128ca
commit
2849870773
19 changed files with 48 additions and 38 deletions
|
@ -105,7 +105,7 @@ class Tweet:
|
|||
repls.append((fr, to, me['display_url']))
|
||||
# todo not sure, maybe use media_url_https instead?
|
||||
# for now doing this for compatibility with twint
|
||||
repls = list(sorted(repls))
|
||||
repls = sorted(repls)
|
||||
parts = []
|
||||
idx = 0
|
||||
for fr, to, what in repls:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue