From a850c0f046089de20c43b8a355abf4f0055581ef Mon Sep 17 00:00:00 2001 From: emilioalvap Date: Wed, 3 Jul 2024 13:40:42 +0200 Subject: [PATCH] Fix linter --- shippers/es.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippers/es.py b/shippers/es.py index ac84c44c..0ef16f82 100644 --- a/shippers/es.py +++ b/shippers/es.py @@ -3,8 +3,8 @@ # you may not use this file except in compliance with the Elastic License 2.0. import datetime -from typing import Any, Dict, Optional, Union import uuid +from typing import Any, Dict, Optional, Union import elasticapm # noqa: F401 from elasticsearch import Elasticsearch