Skip to content

Commit

Permalink
add typing
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhi committed Feb 19, 2025
1 parent 7875cc3 commit 32045d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icechunk-python/python/icechunk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"tigris_storage",
]

def print_debug_info():
def print_debug_info()->None:
import platform
from importlib import import_module
print(f"platform: {platform.platform()}")
Expand Down

0 comments on commit 32045d1

Please sign in to comment.