Skip to content

Commit a4ecdd5

Browse files
authored
Clean up comment in new() function
Removed comment about fig_os_shim dependency.
1 parent c7f0716 commit a4ecdd5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/fig_api_client/src/clients/streaming_client.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ impl StreamingClient {
6161
let client = if fig_util::system_info::in_cloudshell()
6262
|| std::env::var("Q_USE_SENDMESSAGE").is_ok_and(|v| !v.is_empty())
6363
{
64-
// ALLOWED: fig_api_client doesn't have fig_os_shim dependency
6564
Self::new_qdeveloper_client(&Endpoint::load_q()).await?
6665
} else {
6766
Self::new_codewhisperer_client(&Endpoint::load_codewhisperer()).await

0 commit comments

Comments
 (0)