add blank line, mainly to trigger/test source sync

PiperOrigin-RevId: 506414439
This commit is contained in:
Roy Frostig 2023-02-01 13:55:44 -08:00 committed by jax authors
parent c90a85403b
commit c241ae60b1

View File

@ -21,6 +21,7 @@ import jax
from jax._src.lib import xla_extension
from jax._src import util
C = TypeVar("C", bound=Callable[..., Any])
_exclude_paths = [__file__, util.__file__]