Skip to content

Commit

Permalink
Update ridge_map.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ColCarroll authored Dec 18, 2023
1 parent ad32e68 commit 39673a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ridge_map/ridge_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class FontManager:

def __init__(
self,
github_url="https://github.com/NDISCOVER/Cinzel/blob/master/fonts/ttf/Cinzel-Regular.ttf?raw=true", # pylint: disable=line-too-long
github_url="https://github.com/NDISCOVER/Cinzel/blob/master/fonts/ttf/Cinzel-Regular.ttf?raw=True", # pylint: disable=line-too-long
):
"""
Lazily download a font.
Expand All @@ -38,7 +38,7 @@ def __init__(
----------
github_url : str
Can really be any .ttf file, but probably looks like
"https://github.com/google/fonts/blob/5c3d8ef085f3084db38936d0dcd39a567dbc1e01/ofl/cinzel/static/Cinzel-Regular.ttf?raw=true" # pylint: disable=line-too-long
"https://github.com/google/fonts/blob/5c3d8ef085f3084db38936d0dcd39a567dbc1e01/ofl/cinzel/static/Cinzel-Regular.ttf?raw=True" # pylint: disable=line-too-long
"""
self.github_url = github_url
self._prop = None
Expand Down

0 comments on commit 39673a8

Please sign in to comment.