mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
PEP8 fixes for the Casts, Event triggers, Extensions and Languages modules. Fixes #3161
This commit is contained in:
committed by
Dave Page
parent
7cdb489a47
commit
8964e511bf
@@ -78,8 +78,8 @@ class ExtensionModule(CollectionNodeModule):
|
||||
@property
|
||||
def script_load(self):
|
||||
"""
|
||||
Load the module script for extension, when any of the database nodes are
|
||||
initialized.
|
||||
Load the module script for extension, when any of the database nodes
|
||||
are initialized.
|
||||
"""
|
||||
return databases.DatabaseModule.NODE_TYPE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user