summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-12-16 18:29:07 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-12-26 14:54:05 -0500
commit896321503130dfb1c154f6ea587c91ecb637234b (patch)
tree957b16544534048909edd77f98dd871f73158e85
parent1f8cc996b60ba4bdf804c414e987757dbb0f8c59 (diff)
downloadbuildstream-896321503130dfb1c154f6ea587c91ecb637234b.tar.gz
source.py: Fixing new (unnecessary-pass) linter error
-rw-r--r--buildstream/source.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/buildstream/source.py b/buildstream/source.py
index bb54110ca..f5cfeb1dd 100644
--- a/buildstream/source.py
+++ b/buildstream/source.py
@@ -499,7 +499,6 @@ class Source(Plugin):
*Since: 1.4*
"""
- pass
#############################################################
# Public Methods #