Skip to content

Commit

Permalink
Code formatting with black
Browse files Browse the repository at this point in the history
  • Loading branch information
BerndDoser committed Sep 9, 2024
1 parent 3e0eba4 commit b41760d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/spherinator/callbacks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
from .log_reconstruction_callback import LogReconstructionCallback

__all__ = [
'LogReconstructionCallback',
"LogReconstructionCallback",
]
1 change: 1 addition & 0 deletions src/spherinator/data/illustris_sdss_dataset.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
""" Provides access to the Illustris sdss images.
"""

import os
import torch

Expand Down
1 change: 1 addition & 0 deletions src/spherinator/data/shapes_dataset.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
""" Test images with four shapes in random rotations.
"""

import os
from typing import Union

Expand Down

0 comments on commit b41760d

Please sign in to comment.