We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b3a459 commit 74a48dcCopy full SHA for 74a48dc
devcycle_python_sdk/options.py
@@ -66,7 +66,7 @@ def __init__(
66
67
if enable_beta_realtime_updates:
68
logger.warning(
69
- f"DevCycle: `enable_beta_realtime_updates` is deprecated and will be removed in a future release.",
+ "DevCycle: `enable_beta_realtime_updates` is deprecated and will be removed in a future release.",
70
)
71
72
if self.flush_event_queue_size >= self.max_event_queue_size:
0 commit comments