lib/eval: fix import order

This commit is contained in:
Jens Langhammer 2020-07-07 17:53:35 +02:00
parent b3b8cd807d
commit 231e448b1a
1 changed files with 1 additions and 1 deletions

View File

@ -2,9 +2,9 @@
import re
from textwrap import indent
from typing import Any, Dict, Iterable, Optional
from elasticapm import capture_span
from django.core.exceptions import ValidationError
from elasticapm import capture_span
from requests import Session
from structlog import get_logger