Remove * imports in filters

This commit is contained in:
Florent 2014-09-27 22:01:37 +02:00
commit 54a1bc4809
38 changed files with 68 additions and 42 deletions

View file

@ -16,8 +16,3 @@
#
# You should have received a copy of the GNU Affero General Public License
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
from .standard import * # NOQA
from .html import * # NOQA
from .json import * # NOQA
from .javascript import * # NOQA