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

Replace Maybe class with a function #319

Merged
merged 1 commit into from
Dec 31, 2017
Merged

Conversation

jd
Copy link
Contributor

@jd jd commented Dec 30, 2017

The Any class can be compiled by voluptuous whereas Maybe cannot. Since it's
just an alias to Any(None, v), replace it with that directly.

The Any class can be compiled by voluptuous whereas Maybe cannot. Since it's
just an alias to Any(None, v), replace it with that directly.
@coveralls
Copy link

coveralls commented Dec 30, 2017

Coverage Status

Coverage decreased (-0.1%) to 95.261% when pulling cd4f2cd on jd:maybe-as-def into 0dad58b on alecthomas:master.

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.

None yet

3 participants