From: Mike Bayer Date: Thu, 15 Aug 2024 12:46:13 +0000 (-0400) Subject: remove print statement X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98836f07f3219ab49aaabeb3a647d9a9799aacd5;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git remove print statement Change-Id: I33c9f7daee1034639bb0725b114f6e48803a4fed --- diff --git a/test/dialect/test_sqlite.py b/test/dialect/test_sqlite.py index 0a5acdec94..b137c0579f 100644 --- a/test/dialect/test_sqlite.py +++ b/test/dialect/test_sqlite.py @@ -2478,7 +2478,6 @@ class ConstraintReflectionTest(fixtures.TestBase): {"sqltext": "q > 1 AND q < 6", "name": None}, ], ) - print(inspector.get_check_constraints("r")) eq_( inspector.get_check_constraints("r"), [