Support new test-sanity-docker-devel test

* Remove unused module import

Signed-off-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
Hideki Saito
2023-03-13 17:13:26 +09:00
parent 84c56e1814
commit 553b49245f
5 changed files with 5 additions and 2 deletions

View File

@@ -31,3 +31,4 @@ except ImportError:
BUILTINS = 'builtins'
else:
BUILTINS = '__builtin__'
__all__ = ['__builtin__']