Appease PEP8

This commit is contained in:
Erik Johnston
2015-04-29 11:44:48 +01:00
parent 204132a998
commit a08bf11138
+2
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