]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
remove errant comment
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 3 Mar 2022 03:22:03 +0000 (22:22 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 3 Mar 2022 03:22:03 +0000 (22:22 -0500)
Change-Id: I61e5a17ed079cf9c86419c7f480b651872248f6e

lib/sqlalchemy/engine/base.py

index 5ce531338e7dbb424fce3bd16091409afb44c93e..37faa880ecd3ae53bc70600d8c68bb41f50091e7 100644 (file)
@@ -621,7 +621,6 @@ class Connection(ConnectionEventsTarget, inspection.Inspectable["Inspector"]):
         if self.invalidated:
             return
 
-        # MARKMARK
         if self.closed:
             raise exc.ResourceClosedError("This Connection is closed")