Skip to content

Commit 297a94f

Browse files
committed
Fix formatting of db manager python code
1 parent 57046c5 commit 297a94f

40 files changed

+7295
-6995
lines changed

python/plugins/db_manager/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
***************************************************************************/
2121
"""
2222

23+
2324
def classFactory(iface):
2425
from .db_manager_plugin import DBManagerPlugin
26+
2527
return DBManagerPlugin(iface)

0 commit comments

Comments
 (0)