Skip to content

Commit

Permalink
Run black
Browse files Browse the repository at this point in the history
  • Loading branch information
ColCarroll committed Apr 3, 2024
1 parent 63bb4c8 commit 59c35d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ridge_map/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"""A library for plotting ridges with ridges."""

__version__ = "0.0.4"
from .ridge_map import RidgeMap, FontManager
1 change: 1 addition & 0 deletions ridge_map/ridge_map.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""3D maps with 1D lines."""

from urllib.request import urlopen
from tempfile import NamedTemporaryFile

Expand Down

0 comments on commit 59c35d7

Please sign in to comment.