summaryrefslogtreecommitdiff
path: root/oslo_config/types.py
diff options
context:
space:
mode:
Diffstat (limited to 'oslo_config/types.py')
-rw-r--r--oslo_config/types.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oslo_config/types.py b/oslo_config/types.py
index a1f75c9..72242cb 100644
--- a/oslo_config/types.py
+++ b/oslo_config/types.py
@@ -30,7 +30,7 @@ import netaddr
import rfc3986
-class ConfigType(object, metaclass=abc.ABCMeta):
+class ConfigType(metaclass=abc.ABCMeta):
def __init__(self, type_name='unknown type'):
self.type_name = type_name