From 71dd5565a4b2948237a87319b57c565e18605761 Mon Sep 17 00:00:00 2001 From: elie Date: Sat, 17 Oct 2015 09:54:53 +0000 Subject: linted for trailing whitespaces --- pysnmp/nextid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pysnmp/nextid.py') diff --git a/pysnmp/nextid.py b/pysnmp/nextid.py index bc3dc1ea..a30eb0d9 100644 --- a/pysnmp/nextid.py +++ b/pysnmp/nextid.py @@ -19,7 +19,7 @@ class Integer: self.__maximum, self.__increment ) - + def __call__(self): v = self.__bank.pop(0) if v % self.__threshold: -- cgit v1.2.1