Skip to content

Commit

Permalink
Merge pull request #257 from Modalities/fix/linting
Browse files Browse the repository at this point in the history
fix: linting (order of imports)
  • Loading branch information
le1nux authored Sep 17, 2024
2 parents ebb75bc + 009221c commit c9b4aab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
from typing import Any, Dict

import rich
import wandb
import yaml
from rich.console import Group
from rich.panel import Panel

import wandb
from modalities.batch import EvaluationResultBatch
from modalities.config.config import WandbMode
from modalities.logging_broker.messages import Message
Expand Down

0 comments on commit c9b4aab

Please sign in to comment.