Skip to content

Commit

Permalink
unused exception
Browse files Browse the repository at this point in the history
  • Loading branch information
Koos85 committed Sep 26, 2023
1 parent 79afaf7 commit 11d7721
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions asyncsnmplib/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
from .v3.encr import PRIV_PROTO


class MissingCredentialsException(SnmpException):
message = 'Missing SNMP credentials.'


class InvalidCredentialsException(SnmpException):
message = 'Invalid SNMP v3 credentials.'

Expand Down

0 comments on commit 11d7721

Please sign in to comment.