Skip to content

Commit

Permalink
Reenable some types that were previously disabled due to pytype crashes.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 522203388
  • Loading branch information
hawkinsp authored and KfacJaxDev committed Apr 6, 2023
1 parent 9505ada commit 9940e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kfac_jax/_src/utils/accumulators.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
"""K-FAC for accumulating statistics."""
from typing import Any, Optional, Generic, Union # pylint: disable=unused-import
from typing import Any, Optional, Generic

import chex
import jax
Expand Down

0 comments on commit 9940e71

Please sign in to comment.