Skip to content

database.py contains duplicate functions #154

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().

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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