Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
psrok1 committed Feb 23, 2024
1 parent 3931c70 commit 0492f4d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mwdb/core/karton.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ def get_karton_producer() -> Optional[Producer]:
except Exception:
logger.exception("Failed to load Karton producer")
_karton_producer = None
return _karton_producer
return None
return _karton_producer


# Try to load as soon as possible, but don't give up
Expand Down

0 comments on commit 0492f4d

Please sign in to comment.