Skip to content

Commit

Permalink
Add missing description
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Jan 3, 2024
1 parent 9875dfb commit d61b642
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion binding/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ features = ["include-python-workspace"]
[project]
name = "raftify"
requires-python = ">=3.10"
description = ""
description = "Experimental Async Raft framework for Python application"
readme = "README.md"
license = { file = "LICENSE" }
classifiers = [
Expand Down
2 changes: 1 addition & 1 deletion binding/python/src/bindings/peers.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use fxhash::FxHasher;
use pyo3::{
prelude::*,
types::{PyDict, PyString, PyTuple},
types::{PyDict, PyString},
};
use raftify::Peers;
use std::{collections::HashMap, hash::BuildHasherDefault};
Expand Down

0 comments on commit d61b642

Please sign in to comment.