deluge/docs
Calum Lind 1089adb844
Revert "[Core] Document all exported core methods with type hints"
Typing is broken with older versions of Twisted e.g. with v21.2

    deluge/deluge/core/core.py", line 404, in Core
        ) -> defer.Deferred[str]:
    TypeError: 'type' object is not subscriptable

Also it might not be compatible with Python 3.6 or 3.7 with use of
certain types such as dict rather than Dict

This reverts commit 4096cdfdfe.

Ref: https://twistedmatrix.com/trac/ticket/9816
2022-02-05 17:50:54 +00:00
..
man [Lint] Fix spelling mistakes 2021-09-21 21:43:53 +01:00
source Revert "[Core] Document all exported core methods with type hints" 2022-02-05 17:50:54 +00:00
requirements.txt Revert "[Core] Document all exported core methods with type hints" 2022-02-05 17:50:54 +00:00
spelling_wordlist.txt [Docs] Fixes for spelling 2019-06-18 09:07:48 +01:00