Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: astral-sh/uv
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3c11bebf0dd7c3059b641c4ca05902085dde5f27
Choose a base ref
..
head repository: astral-sh/uv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b8b75c4121f9fbb494a85ea0cc84b013ad7c3f82
Choose a head ref
Showing with 1 addition and 2 deletions.
  1. +1 −2 scripts/packages/keyring_test_plugin/keyrings/test_keyring.py
Original file line number Diff line number Diff line change
@@ -2,8 +2,7 @@
import os
import sys

from keyring import backend
from keyring import credentials
from keyring import backend, credentials


class KeyringTest(backend.KeyringBackend):