Skip to content

Commit

Permalink
[FIX]Fix Pylint 5
Browse files Browse the repository at this point in the history
  • Loading branch information
YogeshMahera-SerpentCS committed Oct 1, 2018
1 parent 9d445fd commit cb53003
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 36 deletions.
3 changes: 0 additions & 3 deletions connector_woocommerce/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# © 2009 Tech-Receptives Solutions Pvt. Ltd.
# © 2018 Serpent Consulting Services Pvt. Ltd.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# See LICENSE file for full copyright and licensing details.

from . import components
from . import models
Expand Down
4 changes: 1 addition & 3 deletions connector_woocommerce/components/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# © 2009 Tech-Receptives Solutions Pvt. Ltd.
# © 2018 Serpent Consulting Services Pvt. Ltd.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# See LICENSE file for full copyright and licensing details.

from . import core
from . import backend_adapter
from . import binder
Expand Down
3 changes: 0 additions & 3 deletions connector_woocommerce/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# © 2009 Tech-Receptives Solutions Pvt. Ltd.
# © 2018 Serpent Consulting Services Pvt. Ltd.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# See LICENSE file for full copyright and licensing details.

from . import woo_binding
from . import woo_backend
Expand Down
3 changes: 0 additions & 3 deletions connector_woocommerce/models/customer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# © 2009 Tech-Receptives Solutions Pvt. Ltd.
# © 2018 Serpent Consulting Services Pvt. Ltd.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# See LICENSE file for full copyright and licensing details.

from . import common
from . import exporter
Expand Down
3 changes: 0 additions & 3 deletions connector_woocommerce/models/product/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# © 2009 Tech-Receptives Solutions Pvt. Ltd.
# © 2018 Serpent Consulting Services Pvt. Ltd.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# See LICENSE file for full copyright and licensing details.

from . import common
from . import exporter
Expand Down
3 changes: 0 additions & 3 deletions connector_woocommerce/models/product_category/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# © 2009 Tech-Receptives Solutions Pvt. Ltd.
# © 2018 Serpent Consulting Services Pvt. Ltd.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# See LICENSE file for full copyright and licensing details.

from . import common
from . import exporter
Expand Down
3 changes: 0 additions & 3 deletions connector_woocommerce/models/queue_job/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# © 2009 Tech-Receptives Solutions Pvt. Ltd.
# © 2018 Serpent Consulting Services Pvt. Ltd.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# See LICENSE file for full copyright and licensing details.

from . import common
3 changes: 0 additions & 3 deletions connector_woocommerce/models/sale/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# © 2009 Tech-Receptives Solutions Pvt. Ltd.
# © 2018 Serpent Consulting Services Pvt. Ltd.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# See LICENSE file for full copyright and licensing details.

from . import common
from . import exporter
Expand Down
3 changes: 0 additions & 3 deletions connector_woocommerce/models/shipping_methods/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# © 2009 Tech-Receptives Solutions Pvt. Ltd.
# © 2018 Serpent Consulting Services Pvt. Ltd.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# See LICENSE file for full copyright and licensing details.

from . import common
from . import exporter
Expand Down
3 changes: 0 additions & 3 deletions connector_woocommerce/models/shipping_zone/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# © 2009 Tech-Receptives Solutions Pvt. Ltd.
# © 2018 Serpent Consulting Services Pvt. Ltd.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# See LICENSE file for full copyright and licensing details.

from . import common
from . import exporter
Expand Down
3 changes: 0 additions & 3 deletions connector_woocommerce/models/woo_backend/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# © 2009 Tech-Receptives Solutions Pvt. Ltd.
# © 2018 Serpent Consulting Services Pvt. Ltd.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# See LICENSE file for full copyright and licensing details.

from . import common
3 changes: 0 additions & 3 deletions connector_woocommerce/wizard/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# © 2009 Tech-Receptives Solutions Pvt. Ltd.
# © 2018 Serpent Consulting Services Pvt. Ltd.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# See LICENSE file for full copyright and licensing details.

from . import wizard_woo_export, wizard_woo_validation, wizard_backend_instance

0 comments on commit cb53003

Please sign in to comment.