Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrine committed Jan 26, 2019
1 parent baadfbb commit 367a0ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion geoopt/manifolds/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
from .base import Manifold
from .euclidean import Euclidean
from .stiefel import Stiefel, EuclideanStiefel, CanonicalStiefel
from .sphere import Sphere, SphereSubspaceComplementIntersection, SphereSubspaceIntersection
from .sphere import (
Sphere,
SphereSubspaceComplementIntersection,
SphereSubspaceIntersection,
)
2 changes: 1 addition & 1 deletion geoopt/manifolds/sphere.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__all__ = [
"Sphere",
"SphereSubspaceIntersection",
"SphereSubspaceComplementIntersection"
"SphereSubspaceComplementIntersection",
]


Expand Down

0 comments on commit 367a0ad

Please sign in to comment.