Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
F4ever committed Oct 4, 2023
1 parent b0d75e7 commit 81c6031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/dataclass.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import functools
from dataclasses import dataclass, fields, is_dataclass
from types import GenericAlias
from typing import Callable, Self, Sequence, TypeVar, Iterable
from typing import Callable, Self, Sequence, TypeVar

from src.utils.abi import named_tuple_to_dataclass

Expand Down

0 comments on commit 81c6031

Please sign in to comment.