Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in use_case argument to constructor? #4

Closed
strongbutgood opened this issue Mar 15, 2022 · 1 comment
Closed

Typo in use_case argument to constructor? #4

strongbutgood opened this issue Mar 15, 2022 · 1 comment

Comments

@strongbutgood
Copy link

strongbutgood commented Mar 15, 2022

if use_case is None:

Looking through the code base as I'm looking for a package that does what I expect I saw this line and wondered if it should read:

        if use_case is not None:
            self.use_case(use_case)

I haven't tested either way yet, that is on the plan for tomorrow...

EDIT:
Apologies I didn't see #3 conversation. Will move to conversation on the PR.

@strongbutgood strongbutgood changed the title Typo in use case? Typo in use_case argument to constructor? Mar 15, 2022
@dafvid
Copy link
Owner

dafvid commented Mar 15, 2022

Yes. Duplicate of #3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants