Skip to content

Commit

Permalink
Unused import
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 491175713
  • Loading branch information
romanngg committed Nov 27, 2022
1 parent feb1ce8 commit a619d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neural_tangents/_src/stax/linear.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import functools
import operator as op
import string
from typing import Callable, Iterable, Optional, Sequence, Tuple, TypeVar, Union
from typing import Callable, Iterable, Optional, Sequence, Tuple, Union
import warnings

import jax
Expand Down

0 comments on commit a619d20

Please sign in to comment.