Skip to content

Commit

Permalink
wrong import sorting *gasp*
Browse files Browse the repository at this point in the history
  • Loading branch information
beniwohli committed Oct 4, 2022
1 parent 90390a6 commit f965d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elasticapm/base.py
Expand Up @@ -31,8 +31,8 @@

from __future__ import absolute_import

import inspect
import itertools
import inspect
import logging
import os
import platform
Expand Down

0 comments on commit f965d59

Please sign in to comment.