Updates for flake8 3.7

This commit is contained in:
Anthony Sottile 2019-01-30 00:15:11 -08:00
parent 50d31f9c5c
commit 63cc3414e9
2 changed files with 6 additions and 4 deletions

View file

@ -42,7 +42,6 @@ def parse_num_to_int(s):
def parse_topkeys(s):
# type: (str) -> array
return s.split(',')