Skip to content

Commit

Permalink
appease Landscape.io for unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Jun 19, 2015
1 parent e4a19a8 commit 51c1a7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zest/releaser/vcs.py
Expand Up @@ -88,6 +88,7 @@ def get_python_file_version(self):
return
lines, encoding = utils.read_text_file(
setup_cfg.python_file_with_version())
encoding # noqa, unused variable
lines = lines.splitlines()
for line in lines:
match = UNDERSCORED_VERSION_PATTERN.search(line)
Expand Down

0 comments on commit 51c1a7d

Please sign in to comment.