db/postgresDbAdapter.py
Function __init__
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def __init__(self, user: str, passw: str, db: str, host='localhost', port=5432):
Function establishSqliteConnection
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def establishSqliteConnection(self, user: str, passw: str, db: str, host='localhost', port=5432):