[LNT] r349099 - This type annotation had grown stale

Chris Matthews via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 13 16:28:09 PST 2018


Author: cmatthews
Date: Thu Dec 13 16:28:09 2018
New Revision: 349099

URL: http://llvm.org/viewvc/llvm-project?rev=349099&view=rev
Log:
This type annotation had grown stale

Modified:
    lnt/trunk/lnt/server/db/migrations/util.py

Modified: lnt/trunk/lnt/server/db/migrations/util.py
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/lnt/server/db/migrations/util.py?rev=349099&r1=349098&r2=349099&view=diff
==============================================================================
--- lnt/trunk/lnt/server/db/migrations/util.py (original)
+++ lnt/trunk/lnt/server/db/migrations/util.py Thu Dec 13 16:28:09 2018
@@ -17,7 +17,7 @@ def _visite_rename_table(element, compil
 
 
 def introspect_table(engine, name, autoload=True):
-    # type: (sqlalchemy.engine.Engine, str) -> sqlalchemy.Table
+    # type: (sqlalchemy.engine.Engine, str, bool) -> sqlalchemy.Table
     """Create a SQLAlchemy Table from the table name in the current DB.
 
     Used to make a Table object from something already in the DB."""




More information about the llvm-commits mailing list