Appease PEP8

pull/135/head
Erik Johnston 2015-04-29 11:44:48 +01:00
parent 204132a998
commit a08bf11138
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@
# limitations under the License.
from ._base import IncorrectDatabaseSetup
assert IncorrectDatabaseSetup # Appease PEP8
from .postgres import PostgresEngine
from .sqlite3 import Sqlite3Engine