Skip to content

Commit 238ae94

Browse files
authored
Update src/a2a/server/tasks/database_push_notification_config_store.py
1 parent 6d3dce3 commit 238ae94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/a2a/server/tasks/database_push_notification_config_store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def __init__(
9494

9595
if encryption_key:
9696
try:
97-
from cryptography.fernet import Fernet
97+
from cryptography.fernet import Fernet # noqa: PLC0415
9898
except ImportError as e:
9999
raise ImportError(
100100
"DatabasePushNotificationConfigStore with encryption requires the 'cryptography' "

0 commit comments

Comments
 (0)