From 648805f8b4d85aaaa221d2587e45259897d6b9f9 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 7 Feb 2007 01:15:03 +0000 Subject: [PATCH] removed MissingTypeError (think it was an accidental checkin) --- lib/sqlalchemy/exceptions.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/sqlalchemy/exceptions.py b/lib/sqlalchemy/exceptions.py index 1caee06494..7e3883aec8 100644 --- a/lib/sqlalchemy/exceptions.py +++ b/lib/sqlalchemy/exceptions.py @@ -61,7 +61,4 @@ class DBAPIError(SQLAlchemyError): SQLAlchemyError.__init__(self, "(%s) (%s) %s"% (message, orig.__class__.__name__, str(orig))) self.orig = orig -class MissingTypeError(SQLAlchemyError): - """no database type is available for the sa type""" - pass -- 2.47.2