Skip to content

Commit 925fe16

Browse files
committed
Clean up unused imports
1 parent a733b2c commit 925fe16

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

fabfile.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
from __future__ import print_function
22

33
from collections import defaultdict
4-
import json
54
import os
6-
import sys
75
import textwrap
8-
import urllib
9-
import urllib2
106

117
from fabric import state
12-
from fabric.colors import *
13-
from fabric.api import *
8+
from fabric.api import (abort, env, get, hide, local, puts, run, runs_once,
9+
settings, sudo, task, warn)
1410
from fabric.task_utils import crawl
1511

1612
# Our command submodules

0 commit comments

Comments
 (0)