We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abd5532 commit a36404eCopy full SHA for a36404e
src/validators/literal.rs
@@ -96,7 +96,6 @@ impl<T: Clone + Debug> LiteralLookup<T> {
96
py: Python<'data>,
97
input: &'data I,
98
) -> ValResult<'data, Option<(&'data I, &T)>> {
99
- // dbg!(input.to_object(py).as_ref(py).repr().unwrap());
100
if let Some(expected_bool) = &self.expected_bool {
101
if let Ok(bool_value) = input.strict_bool() {
102
if bool_value {
0 commit comments