Skip to content

Commit

Permalink
[fix]: Removing unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
hentt30 committed Jul 13, 2021
1 parent cb8e300 commit f5cefd3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion minushalf/corrections/vasp_correction.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import os
import shutil
from subprocess import Popen, PIPE
from pandas.core import base
from scipy.optimize import minimize
from loguru import logger
import pandas as pd
Expand Down
1 change: 0 additions & 1 deletion minushalf/data/minushalf_yaml_default_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
Lists minushalf.yml parameters and their default values
"""
from enum import Enum, unique
from minushalf import commands
import aenum


Expand Down

0 comments on commit f5cefd3

Please sign in to comment.