mirror of https://github.com/phonopy/phono3py.git
Add from __future__ import annotations
This commit is contained in:
parent
166f012147
commit
1a243e2316
|
@ -34,6 +34,8 @@
|
|||
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
# POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import dataclasses
|
||||
|
||||
import numpy as np
|
||||
|
|
Loading…
Reference in New Issue