summaryrefslogtreecommitdiff
path: root/test/test_graph.py
diff options
context:
space:
mode:
authorGunnar Aastrand Grimnes <gromgull@gmail.com>2013-07-29 11:30:37 +0200
committerGunnar Aastrand Grimnes <gromgull@gmail.com>2013-07-29 18:43:05 +0200
commit8b110ca785d9457e2a61057f8e21c529f26e9f02 (patch)
treefb796920d33893b84537b18f77533bb7ac027c9a /test/test_graph.py
parent06be678ab4ffa0cf8ea8adf264146f9d1caa23cf (diff)
downloadrdflib-8b110ca785d9457e2a61057f8e21c529f26e9f02.tar.gz
whitespace gardening
Diffstat (limited to 'test/test_graph.py')
-rw-r--r--test/test_graph.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_graph.py b/test/test_graph.py
index 46aaf9fd..3dfd4442 100644
--- a/test/test_graph.py
+++ b/test/test_graph.py
@@ -279,7 +279,7 @@ class GraphTestCase(unittest.TestCase):
self.assertEquals((bob, likes, cheese) in g1, False)
self.assertEquals((michel, likes, cheese) in g1, True)
-
+
# dynamically create classes for each registered Store