From ff5765059f36ece509c08a6d4b79b8125f6fd90f Mon Sep 17 00:00:00 2001 From: Ethan Ho <53266718+ethho@users.noreply.github.com> Date: Thu, 12 Sep 2024 16:37:14 -0500 Subject: [PATCH] Remove debug docstrings --- tests/test_relational_operand.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_relational_operand.py b/tests/test_relational_operand.py index bebadb8d..8ff8286e 100644 --- a/tests/test_relational_operand.py +++ b/tests/test_relational_operand.py @@ -574,7 +574,6 @@ def test_union_multiple(schema_simp_pop): class TestDjTop: - """TODO: migrate""" def test_restrictions_by_top(self, schema_simp_pop): a = L() & dj.Top()