Skip to content
Snippets Groups Projects
Commit a08bf111 authored by Erik Johnston's avatar Erik Johnston
Browse files

Appease PEP8

parent 204132a9
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,8 @@
# limitations under the License.
from ._base import IncorrectDatabaseSetup
assert IncorrectDatabaseSetup # Appease PEP8
from .postgres import PostgresEngine
from .sqlite3 import Sqlite3Engine
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment