Skip to content

Commit

Permalink
remove some parameter checks
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandemeusy committed Apr 29, 2024
1 parent 1aaf36a commit e4075ca
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ct-app/database/database_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,7 @@ def required_parameters(cls):
"password",
"host",
"port",
"database",
"sslmode",
"sslrootcert",
"sslcert",
"sslkey",
"database"
]
}

Expand Down

0 comments on commit e4075ca

Please sign in to comment.