diff --git a/influxdb/helper.py b/influxdb/helper.py index fa79c079..b8be745b 100644 --- a/influxdb/helper.py +++ b/influxdb/helper.py @@ -87,7 +87,7 @@ def __new__(cls, *args, **kwargs): if cls._autocommit and not cls._client: raise AttributeError( 'In {0}, autocommit is set to True, but no client is set.' - .format(cls.__name__)) + .format(cls.__name__)) try: cls._bulk_size = getattr(_meta, 'bulk_size')