Commit a680ea2a authored by Michal Čihař's avatar Michal Čihař

Locally disable pylint warning

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 0c4af342
......@@ -438,6 +438,7 @@ class Unit(models.Model, LoggerMixin):
)
# Check if we actually need to change anything
# pylint: disable=R0916
if (not created and
location == self.location and
flags == self.flags and
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment