Skip to content

Commit

Permalink
Update black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bwohlberg committed Jan 29, 2025
1 parent d0e17f0 commit b8b8282
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scico/flax/train/spectral.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Utils for spectral normalization of convolutional layers in Flax models.
"""
"""Utils for spectral normalization of convolutional layers in Flax models."""
import warnings

warnings.simplefilter(action="ignore", category=FutureWarning)
Expand Down

0 comments on commit b8b8282

Please sign in to comment.