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

fix: fix cli decorators and creation #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

marcmaliar
Copy link

This fixes the cli commands which weren't working before. They were:

  1. Added incorrectly
  2. Missing decorators

make lint failed before I made changes because of db.Model, make test also failed (when I fixed the linter error) because the tests fail to run. I didn't fix these things here. They still fail after this change. But this change was not meant to fix that.

Thanks.

@marcmaliar
Copy link
Author

First time making PR, do I need to do anything else?

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

Successfully merging this pull request may close these issues.

2 participants