diff options
Diffstat (limited to 'apt/auth.py')
-rw-r--r-- | apt/auth.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apt/auth.py b/apt/auth.py index 6d50616..8ae5977 100644 --- a/apt/auth.py +++ b/apt/auth.py @@ -44,7 +44,6 @@ class AptKeyIDTooShortError(AptKeyError): class TrustedKey: - """Represents a trusted key.""" def __init__(self, name: str, keyid: str, date: str) -> None: |