7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-17 04:42:21 +00:00
tutor/tutor/hooks
Carlos Muniz ac1a875f42 refactor: annotation with __future__.annotations
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.
2023-01-18 08:36:14 +01:00
..
__init__.py feat: pluggable local/dev/k8s do <job> commands 2022-11-15 09:46:08 +01:00
actions.py refactor: annotation with __future__.annotations 2023-01-18 08:36:14 +01:00
consts.py fix: de-duplicate filter names 2023-01-03 17:12:55 +01:00
contexts.py refactor: annotation with __future__.annotations 2023-01-18 08:36:14 +01:00
filters.py refactor: annotation with __future__.annotations 2023-01-18 08:36:14 +01:00
priorities.py refactor: annotation with __future__.annotations 2023-01-18 08:36:14 +01:00