summaryrefslogtreecommitdiff
path: root/vmdb/state.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-02-13 09:11:53 +0200
committerLars Wirzenius <liw@liw.fi>2019-02-13 09:11:53 +0200
commit6fd6acf37cbad73ef929ef6a159073862ad2e048 (patch)
tree741e9a39df59f2941d92234f5dc99b391095c40e /vmdb/state.py
parentb1a6e4f44d90b80a48772e2dd89598793a16f48c (diff)
downloadvmdb2-6fd6acf37cbad73ef929ef6a159073862ad2e048.tar.gz
Change: add pylint3 back to check, fix issues it finds
This commit is dedicated to Gunnar.
Diffstat (limited to 'vmdb/state.py')
-rw-r--r--vmdb/state.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/vmdb/state.py b/vmdb/state.py
index d64244d..88fde39 100644
--- a/vmdb/state.py
+++ b/vmdb/state.py
@@ -16,7 +16,7 @@
# =*= License: GPL-3+ =*=
-class State(object):
+class State:
def __init__(self):
self._attrs = {} # make sure this attribute exists