Removed elif "url" identifier format type

Removed elif "url" identifier format type, since else output is identical
pull/1877/head
Zaroz 3 years ago committed by GitHub
parent 940c9c45d7
commit 5511925ba2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -156,8 +156,6 @@ class Identifiers(Base):
return u"https://portal.issn.org/resource/ISSN/{0}".format(self.val)
elif format_type == "isfdb":
return u"http://www.isfdb.org/cgi-bin/pl.cgi?{0}".format(self.val)
elif format_type == "url":
return u"{0}".format(self.val)
else:
return u"{0}".format(self.val)

Loading…
Cancel
Save