Skip to content

Code refinements (unable to import errors) #364

@kshitiz305

Description

@kshitiz305

Unreachable code due to import issue

except:
    from bothandler import (
        question_split,
        tool_picker,
        memory_check,
        replace_variables_for_values,
    )

try:
    from .utils import *
except:
    from utils import * 

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions