Skip to content

Commit

Permalink
Merge pull request #1211 from himkt/pep-import
Browse files Browse the repository at this point in the history
Move `colorlog` after `threading`.
  • Loading branch information
toshihikoyanase committed May 7, 2020
2 parents af34c0b + 14c2ba5 commit f3bf535
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion optuna/logging.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import colorlog
import logging
from logging import CRITICAL # NOQA
from logging import DEBUG # NOQA
Expand All @@ -9,6 +8,8 @@
from logging import WARNING # NOQA
import threading

import colorlog

from optuna import type_checking

if type_checking.TYPE_CHECKING:
Expand Down

0 comments on commit f3bf535

Please sign in to comment.