diff options
| author | Bernát Gábor <gaborjbernat@gmail.com> | 2022-11-22 18:22:12 -0800 |
|---|---|---|
| committer | Bernát Gábor <gaborjbernat@gmail.com> | 2022-11-22 18:27:47 -0800 |
| commit | 9da1baf852ec6897194b1313c7bdc4031d7b1c34 (patch) | |
| tree | d00f1cf715a00202b05bec1f5bce51e8d150fc43 /tests/config/source | |
| parent | e9a8b2f2d4c5a1bd3e73f28bffb435bc278bb48b (diff) | |
| download | tox-git-9da1baf852ec6897194b1313c7bdc4031d7b1c34.tar.gz | |
Bump deps and tools
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
Diffstat (limited to 'tests/config/source')
| -rw-r--r-- | tests/config/source/test_source_ini.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/config/source/test_source_ini.py b/tests/config/source/test_source_ini.py index dcf727d7..c3162486 100644 --- a/tests/config/source/test_source_ini.py +++ b/tests/config/source/test_source_ini.py @@ -1,3 +1,5 @@ +from __future__ import annotations + from pathlib import Path from tox.config.loader.section import Section |
