Skip to content

Commit

Permalink
Formatter changes
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviussn committed Jan 17, 2020
1 parent f75ae11 commit a106c30
Show file tree
Hide file tree
Showing 12 changed files with 1,994 additions and 940 deletions.
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: 3 additions & 1 deletion simpletransformers/classification/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
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 a106c30

Please sign in to comment.