Skip to content

Replace Maybe class with a function#319

Merged
alecthomas merged 1 commit intoalecthomas:masterfrom
jd:maybe-as-def
Dec 31, 2017
Merged

Replace Maybe class with a function#319
alecthomas merged 1 commit intoalecthomas:masterfrom
jd:maybe-as-def

Conversation

@jd
Copy link
Copy Markdown
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
Copy Markdown

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.

3 participants