Skip to content

Commit

Permalink
Fix Flake8 error about newline
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-daniels committed Feb 14, 2015
1 parent 78da3cd commit ebaae2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsing.py
Expand Up @@ -99,4 +99,4 @@ def get_user_from_list_command(cmd): # for example, !!/addblu is a list command
if not (digit_re.match(uid) and site_re.match(site)):
uid = -1
site = ""
return uid, site
return uid, site

0 comments on commit ebaae2c

Please sign in to comment.