mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-11 08:39:29 -05:00
Appease PEP8
This commit is contained in:
parent
204132a998
commit
a08bf11138
@ -14,6 +14,8 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
from ._base import IncorrectDatabaseSetup
|
from ._base import IncorrectDatabaseSetup
|
||||||
|
assert IncorrectDatabaseSetup # Appease PEP8
|
||||||
|
|
||||||
from .postgres import PostgresEngine
|
from .postgres import PostgresEngine
|
||||||
from .sqlite3 import Sqlite3Engine
|
from .sqlite3 import Sqlite3Engine
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user