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 a19e5bf commit 6ec6770Copy full SHA for 6ec6770
ldclient/config.py
@@ -547,7 +547,7 @@ def data_source_update_sink(self) -> Optional[DataSourceUpdateSink]:
547
return self._data_source_update_sink
548
549
def _validate(self):
550
- if self.offline is False and (self.sdk_key is None or self.sdk_key == ''):
+ if self.offline is False and self.sdk_key == '':
551
log.warning("Missing or blank SDK key")
552
553
0 commit comments