From 80da0a5960cb9849b07f6f6ea770009c673f32b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Kr=C3=A1l?= Date: Sun, 22 Dec 2019 20:50:17 +0100 Subject: [PATCH] Some rest-api-spec definitions are non ascii --- elasticsearch/client/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/elasticsearch/client/__init__.py b/elasticsearch/client/__init__.py index a799e4f9..a4d543df 100644 --- a/elasticsearch/client/__init__.py +++ b/elasticsearch/client/__init__.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- from __future__ import unicode_literals import logging