Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed Apr 1, 2024
1 parent 31e0bce commit 513a2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monty/json.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
from hashlib import sha1
from importlib import import_module
from inspect import getfullargspec
from pathlib import Path
from typing import TYPE_CHECKING
from uuid import UUID

Expand Down Expand Up @@ -60,7 +61,6 @@
torch = None # type: ignore

if TYPE_CHECKING:
from pathlib import Path
from typing import Any, Generator, Union

from typing_extensions import Self
Expand Down

0 comments on commit 513a2f4

Please sign in to comment.