aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2021-03-28 12:14:38 -0600
committerTim Harder <radhermit@gmail.com>2021-03-28 12:15:13 -0600
commit82298f6064fe6732a50f608efd8ccd6ccfb63f83 (patch)
treeb1e53b518810d077ba9160f4a8364946a348af9d /src/snakeoil/log.py
parentbump version (diff)
downloadsnakeoil-82298f6064fe6732a50f608efd8ccd6ccfb63f83.tar.gz
snakeoil-82298f6064fe6732a50f608efd8ccd6ccfb63f83.tar.bz2
snakeoil-82298f6064fe6732a50f608efd8ccd6ccfb63f83.zip
sort imports with isort
Diffstat (limited to 'src/snakeoil/log.py')
-rw-r--r--src/snakeoil/log.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/snakeoil/log.py b/src/snakeoil/log.py
index 0e05565c..c0e5d3f5 100644
--- a/src/snakeoil/log.py
+++ b/src/snakeoil/log.py
@@ -1,11 +1,10 @@
"""Logging utilities."""
-from contextlib import contextmanager
import logging
+from contextlib import contextmanager
from . import __title__
-
# The logging system will call this automagically if its module-level logging
# functions are used. We call it explicitly to make sure something handles
# messages sent to our non-root logger. If the root logger already has handlers