diff options
author | Gunnar Aastrand Grimnes <gromgull@gmail.com> | 2013-07-29 11:30:37 +0200 |
---|---|---|
committer | Gunnar Aastrand Grimnes <gromgull@gmail.com> | 2013-07-29 18:43:05 +0200 |
commit | 8b110ca785d9457e2a61057f8e21c529f26e9f02 (patch) | |
tree | fb796920d33893b84537b18f77533bb7ac027c9a /test/test_graph.py | |
parent | 06be678ab4ffa0cf8ea8adf264146f9d1caa23cf (diff) | |
download | rdflib-8b110ca785d9457e2a61057f8e21c529f26e9f02.tar.gz |
whitespace gardening
Diffstat (limited to 'test/test_graph.py')
-rw-r--r-- | test/test_graph.py | 2 |
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 |