Remove * imports in filters
This commit is contained in:
parent
fbd8cf1a64
commit
54a1bc4809
38 changed files with 68 additions and 42 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ from weboob.tools.log import getLogger
|
|||
|
||||
from weboob.tools.exceptions import ParseError
|
||||
from weboob.tools.browser2.elements import TableElement, ItemElement
|
||||
from weboob.tools.browser2.filters import Filter, CleanText, CleanDecimal, TableCell
|
||||
from weboob.tools.browser2.filters.standard import Filter, CleanText, CleanDecimal, TableCell
|
||||
|
||||
|
||||
__all__ = ['FrenchTransaction', 'AmericanTransaction']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue