From 6b79b398d5e6c202f792c7ac529ddf96bc4d9991 Mon Sep 17 00:00:00 2001 From: Milica Makevic Date: Tue, 20 Aug 2024 13:50:08 +0000 Subject: [PATCH] Fix formatting --- torch_xla/__init__.py | 1 - 1 file changed, 1 deletion(-) 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__