diff --git a/python/dune/xt/common/test.py b/python/dune/xt/common/test.py
index fe882612bba8dec0f666d1a9e616a300d9a98338..2858655550e9d1630b3d8dd73a81ce3aaf6748a9 100644
--- a/python/dune/xt/common/test.py
+++ b/python/dune/xt/common/test.py
@@ -10,6 +10,7 @@
 from pkg_resources import resource_filename, resource_stream
 import pkgutil
 import logging
+import pprint
 
 
 def load_all_submodule(module):