Skip to content

Commit 4b7cf05

Browse files
committed
Corrigindo itens para o padrão flake8
close #13
1 parent 70b059a commit 4b7cf05

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

libpythonpro/github_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ def buscar_avatar(usuario):
1212
resp = requests.get(url)
1313
return resp.json()['avatar_url']
1414

15+
1516
if __name__ == '__main__':
1617
print(buscar_avatar('Dansilllva'))

0 commit comments

Comments
 (0)