Skip to content

Commit

Permalink
sort: fix import formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
richwardle committed Dec 2, 2024
1 parent bb115cf commit 09e4103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prompting/utils/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
from typing import Any, Literal

import numpy as np
import wandb
from loguru import logger
from pydantic import BaseModel, ConfigDict
from wandb.wandb_run import Run

import prompting
import wandb
from prompting.base.dendrite import DendriteResponseEvent
from prompting.rewards.reward import WeightedRewardEvent
from prompting.settings import settings
Expand Down

0 comments on commit 09e4103

Please sign in to comment.