Skip to content

Commit 8ace84b

Browse files
committed
fix: import
1 parent dc24a30 commit 8ace84b

File tree

1 file changed

+1
-1
lines changed
  • src/stack_graphs_wrapper

1 file changed

+1
-1
lines changed

src/stack_graphs_wrapper/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use crate::Language;
1+
use crate::classes::Language;
22
use pyo3::exceptions::PyException;
33
use pyo3::PyErr;
44
use stack_graphs::storage::{SQLiteReader, SQLiteWriter};

0 commit comments

Comments
 (0)