Skip to content

Commit fb860eb

Browse files
committed
Some really important newlines or lack thereof, it seems
1 parent 48b160d commit fb860eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/accessvis/earth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ def get_viewer(*args, **kwargs):
9595
metadata.metadata("lavavu")
9696
# Requires moderngl for EGL headless context
9797
import moderngl
98+
9899
print(
99100
moderngl.__file__
100101
) # If we don't use it the pre-commit will delete above
@@ -1513,7 +1514,6 @@ def load_mask(res_y=None, masktype="watermask", cropbox=None):
15131514
# print(url)
15141515
download(url, f"{settings.DATA_PATH}/landmask/source_tiled")
15151516

1516-
15171517
# Calculate full image res to use for specified TEXRES
15181518
ffn = f"{settings.DATA_PATH}/landmask/world.{masktype}.{2 * res_y}x{res_y}.png"
15191519
if not os.path.exists(ffn):

0 commit comments

Comments
 (0)