mirror of
https://github.com/django/django.git
synced 2025-08-13 13:29:18 +00:00
Added newline to fix flake8 error.
This commit is contained in:
parent
68c9a72e29
commit
5e9773269a
@ -134,6 +134,7 @@ def inotify_code_changed():
|
|||||||
"""
|
"""
|
||||||
class EventHandler(pyinotify.ProcessEvent):
|
class EventHandler(pyinotify.ProcessEvent):
|
||||||
modified_code = None
|
modified_code = None
|
||||||
|
|
||||||
def process_default(self, event):
|
def process_default(self, event):
|
||||||
if event.path.endswith('.mo'):
|
if event.path.endswith('.mo'):
|
||||||
EventHandler.modified_code = I18N_MODIFIED
|
EventHandler.modified_code = I18N_MODIFIED
|
||||||
|
Loading…
x
Reference in New Issue
Block a user