Skip to content

Commit aad9252

Browse files
committed
MNT #146 modify unused variable
1 parent c2d9452 commit aad9252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apstools/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ def get_versions():
495495
# versionfile_source is the relative path from the top of the source
496496
# tree (where the .git directory might live) to this file. Invert
497497
# this to find the root from __file__.
498-
for i in cfg.versionfile_source.split('/'):
498+
for _i in cfg.versionfile_source.split('/'):
499499
root = os.path.dirname(root)
500500
except NameError:
501501
return {"version": "0+unknown", "full-revisionid": None,

0 commit comments

Comments
 (0)