Skip to content

Commit

Permalink
Fix codeclimate
Browse files Browse the repository at this point in the history
  • Loading branch information
Shengyao Qian committed Sep 20, 2016
1 parent 9da4358 commit 49e8369
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions caravel/source_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class SourceRegistry(object):
""" Central Registry for all available datasource engines"""

sources = {}

def add_source(self, ds_type, cls):
Expand All @@ -14,4 +14,3 @@ def get_cls_model(self, ds_type):

def all_sources(self):
return self.sources

0 comments on commit 49e8369

Please sign in to comment.