Commit Graph

3 Commits (e06bd8800fb98e9dc1537e9f1ebf3aaeea5d9b8c)

Author SHA1 Message Date
pukkandan 86e5f3ed2e
[cleanup] Upgrade syntax
Using https://github.com/asottile/pyupgrade

1. `__future__` imports and `coding: utf-8` were removed
2. Files were rewritten with `pyupgrade --py36-plus --keep-percent-format`
3. f-strings were cherry-picked from `pyupgrade --py36-plus`

Extractors are left untouched (except removing header) to avoid unnecessary merge conflicts
Soebb 497a6c5f57
[daftsex] Fix extractor ()
Closes 

Authored by: Soebb
k3ns1n 4a77fb1d6b
[daftsex] Add extractors ()
Authored by: k3ns1n