Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Jan 29, 2024
1 parent d04de81 commit c76bcfa
Show file tree
Hide file tree
Showing 6 changed files with 246 additions and 387 deletions.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ mod request_generator;
mod stream;
mod transaction;
mod txn_response;
mod utils;
mod watch;

use client::PyClient;
Expand Down
2 changes: 0 additions & 2 deletions src/utils/mod.rs

This file was deleted.

132 changes: 0 additions & 132 deletions src/utils/nested_hashmap.rs

This file was deleted.

11 changes: 0 additions & 11 deletions src/utils/url.rs

This file was deleted.

2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ async def gateway_etcd():
)
try:
await etcd.delete_prefix("", scope=ConfigScopes.GLOBAL)
yield etcd
return etcd
finally:
await etcd.delete_prefix("", scope=ConfigScopes.GLOBAL)
del etcd
Loading

0 comments on commit c76bcfa

Please sign in to comment.