diff --git a/src/wormhole_transit_relay/_version.py b/src/wormhole_transit_relay/_version.py index e8423db..53994fa 100644 --- a/src/wormhole_transit_relay/_version.py +++ b/src/wormhole_transit_relay/_version.py @@ -495,7 +495,7 @@ def get_versions(): # versionfile_source is the relative path from the top of the source # tree (where the .git directory might live) to this file. Invert # this to find the root from __file__. - for i in cfg.versionfile_source.split('/'): + for _ in cfg.versionfile_source.split('/'): root = os.path.dirname(root) except NameError: return {"version": "0+unknown", "full-revisionid": None,