Skip to content

Commit 509850e

Browse files
committed
Fix license comment formatting in config.rs
1 parent fe3ad12 commit 509850e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/config.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
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;
2825
use crate::errors::PyDataFusionResult;
2926
use crate::utils::py_obj_to_scalar_value;
3027
use parking_lot::RwLock;
31-
3228
#[pyclass(name = "Config", module = "datafusion", subclass, frozen)]
3329
#[derive(Clone)]
3430
pub(crate) struct PyConfig {

0 commit comments

Comments
 (0)