Skip to content

Commit

Permalink
wandb isort fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jaidhyani committed Mar 7, 2024
1 parent 5798c87 commit 98bfd7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ extend-exclude = 'src/llama2c'

[tool.isort]
profile = 'black'
known_third_party = ['llama2c']
known_third_party = ['llama2c', 'wandb']
extend_skip = ['src/llama2c']

[tool.pytest.ini_options]
Expand Down
2 changes: 2 additions & 0 deletions src/delphi/train/wandb_utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
from dataclasses import asdict

import torch
import wandb

from delphi.train.gigaconfig import GigaConfig
from delphi.train.utils import EvalData

Expand Down

0 comments on commit 98bfd7d

Please sign in to comment.