Skip to content
Snippets Groups Projects
Commit 1bf0a031 authored by Daniel Silverstone's avatar Daniel Silverstone
Browse files

source.py: Remove unused local variable


Remove `source_kind` as it was unused.

Signed-off-by: default avatarDaniel Silverstone <daniel.silverstone@codethink.co.uk>
parent 68ec9bcf
No related branches found
No related tags found
1 merge request!892Fix lint issues
......@@ -1039,7 +1039,6 @@ class Source(Plugin):
return self.track(**kwargs)
context = self._get_context()
source_kind = type(self)
# NOTE: We are assuming here that tracking only requires substituting the
# first alias used
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment