Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
davedoesdev committed Nov 28, 2019
1 parent 0a68114 commit 622a612
Show file tree
Hide file tree
Showing 6 changed files with 1,056 additions and 1,053 deletions.
1 change: 1 addition & 0 deletions dxf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def __init__(self, dgst, f, cb):
cb(dgst, b'', self._size)
# define __iter__ so requests thinks we're a stream
# (models.py, PreparedRequest.prepare_body)
# pylint: disable=non-iterator-returned
def __iter__(self):
assert not "called"
# define fileno, tell and mode so requests can find length
Expand Down
2 changes: 1 addition & 1 deletion dxf/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,4 +203,4 @@ def _doit():
raise

def main():
exit(doit(sys.argv[1:], os.environ))
sys.exit(doit(sys.argv[1:], os.environ))
2,098 changes: 1,050 additions & 1,048 deletions htmlcov/dxf___init___py.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions htmlcov/dxf_main_py.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion htmlcov/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion htmlcov/status.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 622a612

Please sign in to comment.