Skip to content

Commit

Permalink
Improve typing
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Mar 24, 2024
1 parent d271c90 commit dafad3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rlottie_python/rlottie_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def _load_lib_with_prefix_suffix(
try:
return ctypes.cdll.LoadLibrary(rlottie_lib_path)
except OSError:
return
return None


def _load_lib(rlottie_lib_path: Optional[str] = None) -> Optional[ctypes.CDLL]:
Expand Down

0 comments on commit dafad3e

Please sign in to comment.