mirror of https://github.com/phonopy/phono3py.git
Add from __future__ import annotations
This commit is contained in:
parent
1441cbc155
commit
9b88998e3a
|
@ -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 argparse
|
||||
import os
|
||||
|
||||
|
|
Loading…
Reference in New Issue