Remove potentially problematic del implementation

This commit is contained in:
Dominik Jain
2025-03-29 16:44:50 +01:00
parent e08d36633b
commit 1de854a765
-5
View File
@@ -1793,8 +1793,3 @@ class SyncLanguageServer:
Load the cache from a file.
"""
self.language_server.load_cache()
def __del__(self):
if self.loop:
self.stop()