Skip to content

Commit 98a417c

Browse files
fix
1 parent b907b4c commit 98a417c

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
@@ -205,6 +205,7 @@ use crate::lsp::non_wasm::module_helpers::module_info_to_uri;
205205
use crate::lsp::non_wasm::queue::HeavyTaskQueue;
206206
use crate::lsp::non_wasm::queue::LspEvent;
207207
use crate::lsp::non_wasm::queue::LspQueue;
208+
use crate::lsp::non_wasm::stdlib::is_python_stdlib_file;
208209
use crate::lsp::non_wasm::stdlib::should_show_stdlib_error;
209210
use crate::lsp::non_wasm::transaction_manager::TransactionManager;
210211
use crate::lsp::non_wasm::unsaved_file_tracker::UnsavedFileTracker;

0 commit comments

Comments
 (0)