Skip to content

Commit

Permalink
formatting interface.py with black
Browse files Browse the repository at this point in the history
  • Loading branch information
ofmla committed Nov 13, 2023
1 parent 0fe5485 commit 7071152
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sotb_wrapper/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,9 @@ def __repr__(self) -> str:

# This is how a dll/so library is loaded
try:

lib_sotb = ctypes.CDLL(str(path / name), winmode=0)

except Exception as e:

import logging

logger = logging.Logger("catch_all")
Expand Down

0 comments on commit 7071152

Please sign in to comment.