Skip to content

database.py contains duplicate functions #154

@pkhartsk

Description

@pkhartsk

In database.py, assert_login_success() is completely redundant as it just calls assert_login_access() and nothing else.

assert_login_success() is also not used anywhere at all aside from tests (test_database_wrapper.py) so I don't see the point of even having it, since it already does something very similar to postgresql_cmd().

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions