mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-14 09:14:14 +00:00
4da32ab84e
Adds `from __future__ import annotations` to the top of every module, right below the module's docstring. Replaces any usages of t.List, t.Dict, t.Set, t.Tuple, and t.Type with their built-in equivalents: list, dict, set, tuple, and type. Ensures that make test still passes under Python 3.7, 3.8 and 3.9. |
||
---|---|---|
.. | ||
commands | ||
hooks | ||
__init__.py | ||
helpers.py | ||
openedx-lms-common-settings | ||
test_config.py | ||
test_env.py | ||
test_images.py | ||
test_plugins_v0.py | ||
test_serialize.py | ||
test_utils.py |