Skip to content

Commit ef57081

Browse files
committed
fix bad rebase
1 parent f5b1a20 commit ef57081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch_sim/state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import warnings
1111
from collections import defaultdict
1212
from collections.abc import Generator
13-
from dataclasses import dataclass, field
13+
from dataclasses import dataclass
1414
from typing import TYPE_CHECKING, Any, Literal, Self, cast
1515

1616
import torch

0 commit comments

Comments
 (0)