Appease PEP8

pull/4/merge
Erik Johnston 10 years ago
parent 204132a998
commit a08bf11138
  1. 2
      synapse/storage/engines/__init__.py

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

Loading…
Cancel
Save