Skip to content

Commit

Permalink
Further improved imports
Browse files Browse the repository at this point in the history
  • Loading branch information
araf0216 committed Nov 28, 2021
1 parent 64cc241 commit 79c56bb
Show file tree
Hide file tree
Showing 6 changed files with 198 additions and 190 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"python.formatting.provider": "black"
}
6 changes: 6 additions & 0 deletions pyscal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def getLogger_pyscal(
from .scalrecommendation import SCALrecommendation # noqa
from .pyscallist import PyscalList # noqa
from .factory import (
slicedict,
create_water_oil,
create_gas_oil,
create_water_oil_gas,
Expand All @@ -100,4 +101,9 @@ def getLogger_pyscal(
create_wateroil_list,
create_gasoil_list,
create_gaswater_list,
sufficient_water_oil_params,
sufficient_gas_oil_params,
sufficient_gas_water_params,
filter_nan_from_dict,
infer_tabular_file_format,
) # noqa
3 changes: 0 additions & 3 deletions pyscal/pyscalcli.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
WaterOilGas,
__version__,
getLogger_pyscal,
)

from .factory import (
load_relperm_df,
create_scal_recommendation_list,
create_pyscal_list,
Expand Down
Loading

0 comments on commit 79c56bb

Please sign in to comment.