summaryrefslogtreecommitdiff
path: root/pysnmp/nextid.py
diff options
context:
space:
mode:
authorelie <elie>2015-10-17 09:54:53 +0000
committerelie <elie>2015-10-17 09:54:53 +0000
commit71dd5565a4b2948237a87319b57c565e18605761 (patch)
tree8bec49290752914dba279407b20a4bab26e61af3 /pysnmp/nextid.py
parentcd527959f8b5a98c577c9a431415e4fb67b4df95 (diff)
downloadpysnmp-git-71dd5565a4b2948237a87319b57c565e18605761.tar.gz
linted for trailing whitespaces
Diffstat (limited to 'pysnmp/nextid.py')
-rw-r--r--pysnmp/nextid.py2
1 files changed, 1 insertions, 1 deletions
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: