Skip to content
Snippets Groups Projects
Commit 46335906 authored by inso's avatar inso
Browse files

Removing useless line

parent 84ac4c19
No related branches found
No related tags found
No related merge requests found
...@@ -44,4 +44,4 @@ class Sources(Tx): ...@@ -44,4 +44,4 @@ class Sources(Tx):
def __get__(self, **kwargs): def __get__(self, **kwargs):
assert self.pubkey is not None assert self.pubkey is not None
return self.requests_get('/sources/%d' % self.pubkey, **kwargs).json() return self.requests_get('/sources/%s' % self.pubkey, **kwargs).json()
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