Changeset - 395f21a36a6b
[Not reviewed]
default
0 2 0
Mads Kiilerich - 6 years ago 2019-08-04 01:49:22
mads@kiilerich.com
Grafted from: d8fba34459da
flake8: fix E303 too many blank lines
2 files changed with 0 insertions and 4 deletions:
0 comments (0 inline, 0 general)
kallithea/lib/helpers.py
Show inline comments
 
@@ -847,9 +847,6 @@ def action_parser(user_log, feed=False, 
 
    return [lambda: literal(action), action_params_func, action_parser_icon]
 

	
 

	
 

	
 

	
 

	
 
#==============================================================================
 
# GRAVATAR URL
 
#==============================================================================
kallithea/lib/vcs/utils/progressbar.py
Show inline comments
 
@@ -417,6 +417,5 @@ def main():
 
    print
 

	
 

	
 

	
 
if __name__ == '__main__':
 
    main()
0 comments (0 inline, 0 general)