Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix imports
  • Loading branch information
somefreestring committed Jan 12, 2020
commit afe1c64aa0c56b16170f50b86b423df018f61fa0
6 changes: 5 additions & 1 deletion .codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ engines:
python_version: 3
prospector:
enabled: true
python_version: 3
python_version: 3
remark-lint:
enabled: false
exclude_paths:
- '**.md'
2 changes: 1 addition & 1 deletion pandas_ml_utils/model/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

from pandas_ml_utils.model.features_and_labels.features_and_labels import FeaturesAndLabels
from pandas_ml_utils.summary.summary import Summary
from pandas_ml_utils.utils.functions import suitable_kwargs, call_with_suitable_kwargs
from pandas_ml_utils.utils.functions import suitable_kwargs

_log = logging.getLogger(__name__)

Expand Down