Commit 5e977326 authored by Tim Graham's avatar Tim Graham
Browse files

Added newline to fix flake8 error.

parent 68c9a72e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -134,6 +134,7 @@ def inotify_code_changed():
    """
    class EventHandler(pyinotify.ProcessEvent):
        modified_code = None

        def process_default(self, event):
            if event.path.endswith('.mo'):
                EventHandler.modified_code = I18N_MODIFIED