summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2015-04-12 13:51:40 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2015-04-12 13:51:40 -0400
commit09e698c6025b622de889dc11e3fbc38da11f291a (patch)
tree67e01e9cccd9114c8544f0779f450a13243ece77
parent35a488ae5f4127b4bc2b4e5bfc388749e222a4e4 (diff)
downloadsqlalchemy-09e698c6025b622de889dc11e3fbc38da11f291a.tar.gz
- remove excess comment
-rw-r--r--test/orm/test_rel_fn.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/orm/test_rel_fn.py b/test/orm/test_rel_fn.py
index 37c503a12..8f15c4c39 100644
--- a/test/orm/test_rel_fn.py
+++ b/test/orm/test_rel_fn.py
@@ -506,8 +506,6 @@ class _JoinFixtures(object):
)
def _join_fixture_inh_selfref_w_entity(self, **kw):
- # MARKMARK
-
fake_logger = mock.Mock(info=lambda *arg, **kw: None)
prop = mock.Mock(
parent=mock.Mock(),