Skip to content

Commit

Permalink
Merge pull request OCA#4 from astirpe/patch-2
Browse files Browse the repository at this point in the history
Flake8: openerp.api not used
  • Loading branch information
sudhir-serpentcs committed Oct 5, 2016
2 parents a3c774e + 6c5cef0 commit 1ac18a6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2,7 +2,7 @@
# © 2016 Elico Corp (https://www.elico-corp.com).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

from openerp import api, fields, models
from openerp import fields, models


class BusinessRequirementCategory(models.Model):
Expand Down

0 comments on commit 1ac18a6

Please sign in to comment.