We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb094d6 commit c9a3cbeCopy full SHA for c9a3cbe
1 file changed
src/annotation.rs
@@ -504,7 +504,7 @@ impl PyAnnotation {
504
}
505
if let Ok(Some(v)) = kwargs.get_item("no_auto_context") {
506
let no_auto_context = v.extract()?;
507
- let auto_context = !no_auto_context;
+ auto_context = !no_auto_context;
508
509
if let Ok(Some(v)) = kwargs.get_item("context_namespaces") {
510
config.context_namespaces = {
0 commit comments