Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

Commit

Permalink
Fix lint/syntax errors
Browse files Browse the repository at this point in the history
Fix these lint/syntax errors:

    ./app.py:5:1: E302 expected 2 blank lines, found 1
    ./app.py:50:9: F821 undefined name 'abort'
  • Loading branch information
mattbostock committed Feb 8, 2016
1 parent 5edc31d commit ab03648
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app.py
@@ -1,6 +1,7 @@
import re

from fabric.api import sudo, task, run
from fabric.api import abort, sudo, task, run


@task
def restart(app):
Expand Down

0 comments on commit ab03648

Please sign in to comment.