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

Update Spandrel to 0.1.0 #2354

Merged
merged 2 commits into from
Nov 30, 2023
Merged

Update Spandrel to 0.1.0 #2354

merged 2 commits into from
Nov 30, 2023

Conversation

joeyballentine
Copy link
Member

No description provided.

@joeyballentine
Copy link
Member Author

Of course I forgot to actually bump the version number in the package. Oops. Will fix that ASAP

@joeyballentine joeyballentine merged commit 7dc9e66 into main Nov 30, 2023
17 checks passed
@joeyballentine joeyballentine deleted the spandrel-0.1.0 branch November 30, 2023 16:57

def enforce(self, value: object):
def enforce(self, value: ModelDescriptor):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not how enforce works. The whole point of enforce is to verify that a value is of a certain type, so you can't just declare that it already is that type.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops. I'll fix that.

@RunDevelopment RunDevelopment mentioned this pull request Nov 30, 2023
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