Skip to content

Commit

Permalink
__init__ should not return any value (DeepSource)
Browse files Browse the repository at this point in the history
  • Loading branch information
reece committed Apr 18, 2019
1 parent 3c60c25 commit 8434e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hgvs/dataproviders/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def _split_version_string(v):
av = _split_version_string(self.schema_version())

if av[0] == rv[0] and av[1] >= rv[1]:
return True
return

raise RuntimeError(
"Incompatible versions: {k} requires schema version {rv}, but {self.url} provides version {av}".format(
Expand Down

0 comments on commit 8434e66

Please sign in to comment.