dgrant / django_recipes

Function or method is being redefined PYL-E0102
Bug risk
Major
4 years ago4 years old
function already defined line 3
45
46ansi_escape = re.compile(r'\x1B[@-_][0-?]*[ -/]*[@-~]')
47
48def env():49    with cd(ROOT):
50        run('pipenv --rm')
51        run('pipenv --python 3.7')