Remove unnecessary variable

This commit is contained in:
Akbar Rahman 2019-01-18 18:32:28 +00:00
parent ad848e47ec
commit c610cc95d6
Signed by: alvierahman90
GPG Key ID: 20609519444A1269

View File

@ -3,8 +3,6 @@
import sys
import re
SEPARATORS = [' ', '\n', 's']
def get_args():
""" Get command line arguments """