Skip to content

Commit

Permalink
Reformat, optimize libs and updated coverage badge
Browse files Browse the repository at this point in the history
  • Loading branch information
cerealkill committed Aug 26, 2020
1 parent 7268043 commit a6cab13
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions python/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ MANIFEST
.DS_Store
.coverage
report.xml
examples/smart_meter_write.py
1 change: 0 additions & 1 deletion python/in3/eth/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ def __str__(self):
return str(self.to_dict())



class Account(DataTransferObject):
"""
An Ethereum account.
Expand Down
2 changes: 1 addition & 1 deletion python/pylama.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[pylama]
format = pylint
skip = */.tox/*,*/.env/*
skip = */.tox/*,*/.env/*,examples/smart*
ignore = E501,W0611,C901

0 comments on commit a6cab13

Please sign in to comment.