Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Mar 24, 2024
1 parent dafad3e commit dd7d1ba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/rlottie_python/rlottie_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ def _load_lib_with_prefix_suffix(

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

try:
return ctypes.cdll.LoadLibrary(rlottie_lib_path)
except OSError:
Expand Down

0 comments on commit dd7d1ba

Please sign in to comment.