Skip to content

unused method? #8

@mircealungu

Description

@mircealungu

the following method in bookmark_rule.py seems to not be used anywhere in the project. or am i missing something?

        @staticmethod
    def __get_random_word_from_sentence(sentence):
        word_list = re.sub("[^\w]", " ", sentence).split()
        random_index = random.randint(0, len(word_list) - 1)
        return word_list[random_index]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions