Skip to content

Commit c4f831e

Browse files
fix
1 parent c8a44a1 commit c4f831e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyrefly/lib/lsp/non_wasm/server.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ use crate::lsp::non_wasm::module_helpers::module_info_to_uri;
198198
use crate::lsp::non_wasm::queue::HeavyTaskQueue;
199199
use crate::lsp::non_wasm::queue::LspEvent;
200200
use crate::lsp::non_wasm::queue::LspQueue;
201+
use crate::lsp::non_wasm::stdlib::is_python_stdlib_file;
201202
use crate::lsp::non_wasm::stdlib::should_show_stdlib_error;
202203
use crate::lsp::non_wasm::transaction_manager::TransactionManager;
203204
use crate::lsp::non_wasm::will_rename_files::will_rename_files;

0 commit comments

Comments
 (0)