Skip to content

Commit 2ef2131

Browse files
committed
fix: add missing return type annotation for bw_login function
1 parent e05c238 commit 2ef2131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bitwarden_exporter/bw_login.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def __bw_interactive_login(
6363
password: Optional[str] = None,
6464
code_type: Optional[BWInteractiveCodeType] = None,
6565
code: Optional[str] = None,
66-
):
66+
) -> None:
6767
if email and not password:
6868
raise BitwardenException("Email provided but no password provided")
6969

0 commit comments

Comments
 (0)