Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cfm committed Apr 24, 2024
1 parent 2a855fc commit 3d334ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion client/securedrop_client/config.py
Expand Up @@ -12,7 +12,7 @@
def try_qubesdb() -> Generator:
"""Minimal context manager around QubesDB() → QubesDB.close() when
available."""
db: Union[bool, "QubesDB"] = False
db: Union[bool, "QubesDB"] = False

try:
from qubesdb import QubesDB
Expand Down
1 change: 0 additions & 1 deletion client/stubs/qubesdb.pyi
@@ -1,7 +1,6 @@
# See <https://github.com/QubesOS/qubes-core-qubesdb/blob/main/python/qubesdb.c>,
# generated using stubgen <https://mypy.readthedocs.io/en/stable/stubs.html>
class Error(RuntimeError): ...

class DisconnectedError(Error): ...

class QubesDB:
Expand Down

0 comments on commit 3d334ef

Please sign in to comment.