diff options
Diffstat (limited to 'test/apps/test_index.py')
-rw-r--r-- | test/apps/test_index.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/apps/test_index.py b/test/apps/test_index.py index c567dea..2be8470 100644 --- a/test/apps/test_index.py +++ b/test/apps/test_index.py @@ -5,10 +5,10 @@ A copy of the license is provided with the project. Author: Matthias Baumgartner, 2022 """ # imports +import contextlib import io import os import rdflib -import sys import unittest # bsie imports |