We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fb0c80 commit 9a59b3fCopy full SHA for 9a59b3f
asyncsnmplib/pdu.py
@@ -1,4 +1,5 @@
1
-from Crypto.Util.asn1 import DerSequence, DerOctetString, DerObjectId, DerObject, DerNull
+from Crypto.Util.asn1 import (
2
+ DerSequence, DerOctetString, DerObjectId, DerObject, DerNull)
3
4
5
class PDU(DerObject):
0 commit comments