Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Dec 15, 2023
1 parent fd75f94 commit 8d28fb1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ impl Converter {
/// prefix_map.insert("DOID".to_string(), "http://purl.obolibrary.org/obo/DOID_".to_string());
/// prefix_map.insert("OBO".to_string(), "http://purl.obolibrary.org/obo/".to_string());
/// let converter = Converter::from_prefix_map(prefix_map).unwrap();
///
///
/// let curie = converter.compress("http://purl.obolibrary.org/obo/DOID_1234").unwrap();
/// assert_eq!(curie, "DOID:1234");
/// ```
Expand Down
2 changes: 0 additions & 2 deletions python/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
use std::collections::HashSet;

use ::curies::{Converter, Record};
use pyo3::{exceptions::PyException, prelude::*};
use pythonize::pythonize;
Expand Down

0 comments on commit 8d28fb1

Please sign in to comment.