Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
vrigal committed Jul 8, 2024
1 parent 600101a commit e0cee4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tracking/translations_parser/wandb.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
from pathlib import Path
from typing import List

import taskcluster
import wandb

import taskcluster
from translations_parser.parser import logger
from translations_parser.publishers import WandB
from translations_parser.utils import build_task_name
Expand Down

0 comments on commit e0cee4c

Please sign in to comment.