We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc78ec2 commit bb03200Copy full SHA for bb03200
atomate/vasp/fireworks/core.py
@@ -2,6 +2,8 @@
2
Defines standardized Fireworks that can be chained easily to perform various
3
sequences of VASP calculations.
4
"""
5
+from __future__ import annotations
6
+
7
import warnings
8
from typing import Any
9
0 commit comments