mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed following SonarQube issues:
1. Method/Field names should comply with a naming convention. 2. Conditionals should start on new lines
This commit is contained in:
@@ -67,7 +67,7 @@ class BaseDriver(object):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def gc(self):
|
||||
def gc_timeout(self):
|
||||
pass
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user