File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 1- // Licensed to the Apache use parking_lot::RwLock;
2-
3- #[ pyclass( name = "Config" , module = "datafusion" , subclass, frozen) ]
4- #[ derive( Clone ) ] Foundation ( ASF ) under one
1+ // Licensed to the Apache Software Foundation (ASF) under one
52// or more contributor license agreements. See the NOTICE file
63// distributed with this work for additional information
74// regarding copyright ownership. The ASF licenses this file
@@ -28,7 +25,6 @@ use datafusion::config::ConfigOptions;
2825use crate :: errors:: PyDataFusionResult ;
2926use crate :: utils:: py_obj_to_scalar_value;
3027use parking_lot:: RwLock ;
31-
3228#[ pyclass( name = "Config" , module = "datafusion" , subclass, frozen) ]
3329#[ derive( Clone ) ]
3430pub ( crate ) struct PyConfig {
You can’t perform that action at this time.
0 commit comments