diff options
Diffstat (limited to 'testing/fixtures.py')
-rw-r--r-- | testing/fixtures.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/fixtures.py b/testing/fixtures.py index f7def08..ef5a041 100644 --- a/testing/fixtures.py +++ b/testing/fixtures.py @@ -1,3 +1,5 @@ +from __future__ import annotations + import contextlib import os.path import shutil |