Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
kororo committed Jul 19, 2018
1 parent cbabb78 commit f1e9c88
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ install:
- pip install -r requirements.txt
- pip install -r requirements-test.txt
script:
- spacy download en
- tox
after_success:
- coveralls
9 changes: 0 additions & 9 deletions excelcy/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,3 @@ def load_excel(data_path):

def save_excel(sheets, data_path):
pyexcel.save_book_as(bookdict=sheets, dest_file_name=data_path)


def add_attr(cls):
class AttributedProperty(object):
def __getattribute__(self, code):
msg = getattr(err_cls, code)
return '[{code}] {msg}'.format(code=code, msg=msg)

return ErrorsWithCodes()

0 comments on commit f1e9c88

Please sign in to comment.