Skip to content

Commit 61d2f36

Browse files
committed
include Union in forcefield/md.py
1 parent 69defe6 commit 61d2f36

File tree

1 file changed

+1
-1
lines changed
  • src/atomate2/forcefields

1 file changed

+1
-1
lines changed

src/atomate2/forcefields/md.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import warnings
66
from dataclasses import dataclass, field
7-
from typing import TYPE_CHECKING
7+
from typing import TYPE_CHECKING, Union
88

99
from jobflow import job
1010
from monty.dev import deprecated

0 commit comments

Comments
 (0)