mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
1) Fixed cognitive complexity issues reported by SonarQube.
2) Fixed code smell 'Add a nested comment explaining why this method is empty, or complete the implementation'.
This commit is contained in:
committed by
Akshay Joshi
parent
310450cfa7
commit
505a3ac960
@@ -30,4 +30,5 @@ def upgrade():
|
||||
|
||||
|
||||
def downgrade():
|
||||
# pgAdmin only upgrades, downgrade not implemented.
|
||||
${downgrades if downgrades else "pass"}
|
||||
|
||||
Reference in New Issue
Block a user