mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-15 17:47:13 +00:00
ac1a875f42
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. |
||
---|---|---|
.. | ||
upgrade | ||
__init__.py | ||
cli.py | ||
compose.py | ||
config.py | ||
context.py | ||
dev.py | ||
images.py | ||
jobs.py | ||
k8s.py | ||
local.py | ||
plugins.py |