Skip to content

Commit fbc6582

Browse files
committed
Revert "Another test"
This reverts commit 50a51d5.
1 parent 906435b commit fbc6582

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/interpreter.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ impl InterpreterBuilderExt for InterpreterBuilder {
1313
#[cfg(feature = "stdlib")]
1414
fn init_stdlib(self) -> Self {
1515
let defs = rustpython_stdlib::stdlib_module_defs(&self.ctx);
16-
1716
let builder = self.add_native_modules(&defs);
1817

1918
#[cfg(feature = "freeze-stdlib")]

0 commit comments

Comments
 (0)