8000 lint snippets · ykankaya/firebase-admin-python@e64fb57 · GitHub
[go: up one dir, main page]

Skip to content

Commit e64fb57

Browse files
committed
lint snippets
1 parent 6a131c9 commit e64fb57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/dynamic_links/dynamic_links.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ def get_link_stats():
2727
dynamic_links.EVENT_TYPE_CLICK))
2828

2929
if andoid_click:
30-
print('There were {} clicks on ANDROID in the last 7 days'.format(andoid_click))
30+
print 'There were {} clicks on ANDROID in the last 7 days'.format(andoid_click)
3131
# [END get_link_stats]

0 commit comments

Comments
 (0)
0