isudatateam / datateam

Function contains unused argument PYL-W0613
Anti-pattern
Major
3 months ago3 months old
163    return res
164
165
166def process7(uniqueid, fn):167    """Kellogg"""
168    df = pd.read_excel(fn)
169    x = {}
110    return {}
111
112
113def process6(uniqueid, dirname):114    """HICKS"""
115    os.chdir(dirname)
116    files = glob.glob("*2015.xlsx")
Unused argument 'environ'
 29
 30
 31@iemapp()
 32def application(environ, start_response): 33    """Go Main"""
 34    start_response("200 OK", [("Content-type", "text/html")])
 35    cursor.execute(