3
0
mirror of https://github.com/triqs/dft_tools synced 2025-05-01 04:34:57 +02:00

add missing os import

This commit is contained in:
Alexander Hampel 2024-07-10 12:47:23 -04:00 committed by the-hampel
parent 5ed0ef6da9
commit 27a2586089

View File

@ -39,6 +39,7 @@ r"""
import logging import logging
import numpy as np import numpy as np
import re import re
import os
from h5 import HDFArchive from h5 import HDFArchive
log = logging.getLogger('plovasp.vaspio') log = logging.getLogger('plovasp.vaspio')