Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
emilioalvap committed Jul 3, 2024
1 parent 23cbcbf commit a850c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shippers/es.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a850c0f

Please sign in to comment.