Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lsz05 committed Aug 7, 2024
1 parent 7744381 commit 58644a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jmteb/utils/score_recorder.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from __future__ import annotations

from dataclasses import asdict
import json
from abc import ABC, abstractmethod
from collections import defaultdict
from dataclasses import asdict
from os import PathLike
from pathlib import Path
from typing import Any
Expand Down

0 comments on commit 58644a4

Please sign in to comment.