mirror of
https://github.com/ejwa/gitinspector.git
synced 2025-01-03 11:22:15 +01:00
Removed a pylint violation in the localization module.
This commit is contained in:
parent
aeb55c5a3e
commit
84bb7bed2d
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ __installed__ = False
|
|||
__translation__ = None
|
||||
|
||||
#Dummy function used to handle string constants
|
||||
def N_(message): return message
|
||||
def N_(message):
|
||||
return message
|
||||
|
||||
def init():
|
||||
global __installed__
|
||||
|
|
Loading…
Reference in a new issue