Skip to content

Commit

Permalink
fix: some pylint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
MaferMazu committed Feb 20, 2024
1 parent 67cf65c commit 94f3d92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion eox_tenant/signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

import logging
from datetime import datetime
from os import getpid # pylint: disable=no-name-in-module
from os import getpid

import six
from django.apps.config import AppConfig
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ statistics = True
[pylint]
ignore = migrations,CVS
generated-members = objects
max-line-length = 120

[MESSAGES CONTROL]
enable =
Expand Down

0 comments on commit 94f3d92

Please sign in to comment.