Skip to content

Commit

Permalink
isort the new files
Browse files Browse the repository at this point in the history
  • Loading branch information
Im-Himanshu committed Jul 8, 2024
1 parent ca23ca5 commit aca424d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions yolox/utils/mlflow_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
For more information, please refer to:
https://mlflow.org/docs/latest/introduction/index.html
"""
from loguru import logger

import torch

from yolox.utils import is_main_process

import importlib.metadata
import importlib.util
import json
import os
import packaging.version
from collections.abc import MutableMapping
from loguru import logger

import torch

from yolox.utils import is_main_process



class MlflowLogger:
Expand Down

0 comments on commit aca424d

Please sign in to comment.