Skip to content

Commit

Permalink
Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkuzmik committed Jan 14, 2025
1 parent 5e48f83 commit 8114bcf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sdks/python/src/opik/error_tracking/api.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import functools
import logging
import random
import sys

import sentry_sdk

Expand All @@ -11,7 +10,6 @@
from . import before_send, environment_details, logger_setup, shutdown_hooks

LOGGER = logging.getLogger(__name__)
PYTEST_ENV = "pytest" in sys.modules

SESSION_REPORTING_PROBABILITY = 1.0

Expand Down

0 comments on commit 8114bcf

Please sign in to comment.