mirror of
https://github.com/tiennm99/serena.git
synced 2026-09-10 06:21:05 +00:00
Remove potentially problematic del implementation
This commit is contained in:
@@ -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()
|
||||
Reference in New Issue
Block a user