Skip to content

Commit

Permalink
typing
Browse files Browse the repository at this point in the history
  • Loading branch information
Koos85 committed Sep 18, 2024
1 parent ec6f83e commit 24c13c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions asyncsnmplib/v3/encr.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ def decrypt_data_aes(key, data, msgsecurityparams):

class Priv:
encrypt: Callable
decrypt: Callable


class USM_PRIV_CBC56_DES(Priv):
Expand Down

0 comments on commit 24c13c5

Please sign in to comment.