Skip to content

Commit

Permalink
linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jdye64 committed Nov 21, 2023
1 parent e1f7d62 commit 6b62e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ impl PySessionContext {
#[new]
pub fn new(
config: Option<PySessionConfig>,
runtime: Option<PyRuntimeConfig>
runtime: Option<PyRuntimeConfig>,
) -> PyResult<Self> {
let config = if let Some(c) = config {
c.config
Expand Down

0 comments on commit 6b62e5a

Please sign in to comment.