summaryrefslogtreecommitdiffstats
path: root/manifest_xml.py
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2021-02-16 14:01:19 -0500
committerMike Frysinger <vapier@google.com>2021-02-16 19:23:00 +0000
commitc47a235bc591de5fa23e0a9db8d495cb8f063b52 (patch)
treef08bbd55107bc35172d0b52cb4f4cbe24da0e55d /manifest_xml.py
parentf307916f22c633d9d918158bd13f4bced581af17 (diff)
downloadgit-repo-c47a235bc591de5fa23e0a9db8d495cb8f063b52.tar.gz
trim redundant pass statements
Clean up a few linter warnings. Change-Id: I531d0263a202435d32d83d87ec24998f4051639c Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/297062 Reviewed-by: Jonathan Nieder <jrn@google.com> Tested-by: Mike Frysinger <vapier@google.com>
Diffstat (limited to 'manifest_xml.py')
-rw-r--r--manifest_xml.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/manifest_xml.py b/manifest_xml.py
index e32551c8..84e3d9f9 100644
--- a/manifest_xml.py
+++ b/manifest_xml.py
@@ -533,7 +533,6 @@ https://gerrit.googlesource.com/git-repo/+/HEAD/docs/manifest-format.md
533 533
534 def _output_manifest_project_extras(self, p, e): 534 def _output_manifest_project_extras(self, p, e):
535 """Manifests can modify e if they support extra project attributes.""" 535 """Manifests can modify e if they support extra project attributes."""
536 pass
537 536
538 @property 537 @property
539 def paths(self): 538 def paths(self):