Skip to content
Snippets Groups Projects
Commit 6af8a903 authored by Iustin Pop's avatar Iustin Pop
Browse files

Fix indentation issues


Signed-off-by: default avatarIustin Pop <iustin@google.com>
Reviewed-by: default avatarOlivier Tharan <olive@google.com>
parent be0fc05d
No related branches found
No related tags found
No related merge requests found
...@@ -25,9 +25,9 @@ ...@@ -25,9 +25,9 @@
import asyncore import asyncore
try: try:
from pyinotify import pyinotify from pyinotify import pyinotify
except ImportError: except ImportError:
import pyinotify import pyinotify
class AsyncNotifier(asyncore.file_dispatcher): class AsyncNotifier(asyncore.file_dispatcher):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment