Skip to content

Commit

Permalink
Silence lint
Browse files Browse the repository at this point in the history
  • Loading branch information
markokr committed Oct 8, 2017
1 parent 432106b commit 2704344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rarfile.py
Expand Up @@ -172,7 +172,7 @@ def tohex(data):

# don't break 2.6 completely
if sys.hexversion < 0x2070000:
memoryview = lambda x: x
memoryview = lambda x: x # noqa

__version__ = '3.0'

Expand Down

0 comments on commit 2704344

Please sign in to comment.