Skip to content

Commit 1cab233

Browse files
committed
Remove wildcard import in app.py
It's better to only import the things we need.
1 parent 94bf495 commit 1cab233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from fabric.api import *
1+
from fabric.api import sudo, task
22

33

44
@task

0 commit comments

Comments
 (0)