Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ab03648

Browse files
committed
Fix lint/syntax errors
Fix these lint/syntax errors: ./app.py:5:1: E302 expected 2 blank lines, found 1 ./app.py:50:9: F821 undefined name 'abort'
1 parent 5edc31d commit ab03648

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import re
22

3-
from fabric.api import sudo, task, run
3+
from fabric.api import abort, sudo, task, run
4+
45

56
@task
67
def restart(app):

0 commit comments

Comments
 (0)