Skip to content

Commit

Permalink
Revert to original code
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviussn committed Jan 20, 2020
1 parent a47a8cd commit fecd7b7
Show file tree
Hide file tree
Showing 13 changed files with 994 additions and 2,054 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool:pytest]
python_functions=test_

codestyle_max_line_length = 88
codestyle_max_line_length = 119

log_cli = true
log_cli_level = WARNING
Expand All @@ -11,8 +11,8 @@ description-file = README.md
license_file = LICENSE.txt

[pycodestyle]
max-line-length = 88
max-line-length = 119

[flake8]
max-line-length = 88
max-line-length = 119
ignore = E203 , W503, F401
2 changes: 1 addition & 1 deletion simpletransformers/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
name = "simpletransformers"
name = "simpletransformers"
4 changes: 1 addition & 3 deletions simpletransformers/classification/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
from simpletransformers.classification.classification_model import ClassificationModel
from simpletransformers.classification.multi_label_classification_model import (
MultiLabelClassificationModel,
)
from simpletransformers.classification.multi_label_classification_model import MultiLabelClassificationModel
Loading

0 comments on commit fecd7b7

Please sign in to comment.