Skip to content

Commit

Permalink
ci: fix doc string and lint python
Browse files Browse the repository at this point in the history
  • Loading branch information
VladLazar committed Dec 10, 2024
1 parent 40d055b commit bbafda1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/utils/src/try_rcu.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Try RCU extension lifted from https://github.com/vorner/arc-swap/issues/94#issuecomment-1987154023
//! Try RCU extension lifted from <https://github.com/vorner/arc-swap/issues/94#issuecomment-1987154023>
pub trait ArcSwapExt<T> {
/// [`ArcSwap::rcu`](arc_swap::ArcSwap::rcu), but with Result that short-circuits on error.
Expand Down
2 changes: 1 addition & 1 deletion test_runner/regress/test_tenant_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
)
from fixtures.pageserver.utils import assert_tenant_state, wait_for_upload
from fixtures.remote_storage import LocalFsStorage, RemoteStorageKind
from fixtures.utils import wait_until, run_only_on_default_postgres
from fixtures.utils import run_only_on_default_postgres, wait_until
from fixtures.workload import Workload

if TYPE_CHECKING:
Expand Down

0 comments on commit bbafda1

Please sign in to comment.