diff --git a/torch_xla/__init__.py b/torch_xla/__init__.py
index c67f56f7a3b..81b29197b7d 100644
--- a/torch_xla/__init__.py
+++ b/torch_xla/__init__.py
@@ -17,7 +17,6 @@
   # Then, restore the original flags.
   sys.setdlopenflags(flags)
 
-
 import _XLAC
 from ._internal import tpu
 from .version import __version__