Skip to content

Commit

Permalink
Move import
Browse files Browse the repository at this point in the history
  • Loading branch information
magbak committed Jul 17, 2024
1 parent 4a8f3e1 commit 6ffd473
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion py_chrontext/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ fn _chrontext(_py:Python, m: &Bound<'_, PyModule>) -> PyResult<()> {
m.add_class::<VirtualizedPythonDatabase>()?;
m.add_class::<PyVirtualizedBigQueryDatabase>()?;
m.add_class::<PyVirtualizedOPCUADatabase>()?;
m.add_class::<PyVirtualizedQuery>()?;
m.add_class::<PyDataProduct>()?;
m.add_class::<PyCatalog>()?;
m.add_class::<PyRDFType>()?;
Expand Down

0 comments on commit 6ffd473

Please sign in to comment.