Skip to content

Commit 95e3cac

Browse files
committed
[chore] util/orm: remove unused noqa
closes #19 Signed-off-by: Christophe Simonis (chs) <[email protected]>
1 parent 4136d59 commit 95e3cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/orm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def env(cr):
5555
from openerp.api import Environment
5656
except ImportError:
5757
v = release.major_version
58-
raise MigrationError("Hold on! There is not yet `Environment` in %s" % v) # noqa: B904
58+
raise MigrationError("Hold on! There is not yet `Environment` in %s" % v)
5959
return Environment(cr, SUPERUSER_ID, {})
6060

6161

0 commit comments

Comments
 (0)