Skip to content

Commit

Permalink
fix namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Patro committed Jun 13, 2023
1 parent d34434f commit ea49820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use anyhow::Context;
use clap::builder::{PossibleValuesParser, TypedValueParser};
use grangers::grangers::{options, Grangers};
use grangers::{options, Grangers};
use polars::lazy::dsl::concat_str;
use polars::prelude::*;
use serde::Serialize;
Expand Down

0 comments on commit ea49820

Please sign in to comment.