We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8abd2da + f2212f8 commit 9521f35Copy full SHA for 9521f35
1 file changed
codeinsight_sdk/client.py
@@ -90,8 +90,7 @@ def inventories(self):
90
def experimental(self) -> ExperimentalHandler:
91
if self.experimental_enabled == False:
92
raise CodeInsightError("Experimental API is not enabled for this instance")
93
- else:
94
- return ExperimentalHandler(self)
+ return ExperimentalHandler(self)
95
96
# Coming soon...?
97
0 commit comments