diff options
Diffstat (limited to 'tests/commands/clean_test.py')
-rw-r--r-- | tests/commands/clean_test.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/commands/clean_test.py b/tests/commands/clean_test.py index 955a6bc..dd8e4a5 100644 --- a/tests/commands/clean_test.py +++ b/tests/commands/clean_test.py @@ -1,3 +1,5 @@ +from __future__ import annotations + import os.path from unittest import mock |