Skip to content

Commit bb03200

Browse files
committed
add missing from __future__ import annotations
1 parent fc78ec2 commit bb03200

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

atomate/vasp/fireworks/core.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Defines standardized Fireworks that can be chained easily to perform various
33
sequences of VASP calculations.
44
"""
5+
from __future__ import annotations
6+
57
import warnings
68
from typing import Any
79

0 commit comments

Comments
 (0)