Skip to content

Commit

Permalink
fix unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevdp committed Sep 18, 2020
1 parent f0aaaed commit 76a3bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jax/interpreters/xla.py
Expand Up @@ -16,7 +16,7 @@
from collections import defaultdict, deque, namedtuple
import itertools as it
import operator as op
from typing import Any, Callable, Dict, Iterable, List, Optional, Sequence, Set, Type, Tuple
from typing import Any, Callable, Dict, List, Optional, Sequence, Set, Type, Tuple
from warnings import warn

from absl import logging
Expand Down

0 comments on commit 76a3bcc

Please sign in to comment.