Skip to content

Commit

Permalink
Fix minor warning (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya authored Mar 18, 2023
1 parent f7446cb commit e50e204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/expr/literal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// specific language governing permissions and limitations
// under the License.

use crate::errors::{py_runtime_err, DataFusionError};
use crate::errors::DataFusionError;
use datafusion_common::ScalarValue;
use pyo3::prelude::*;

Expand Down

0 comments on commit e50e204

Please sign in to comment.