mirror of
https://github.com/davidhalter/jedi.git
synced 2026-04-25 02:04:00 +08:00
Fix a lot of test related typing issues
This commit is contained in:
@@ -13,7 +13,7 @@ Note: This requires the psutil library, available on PyPI.
|
||||
import time
|
||||
import sys
|
||||
import os
|
||||
import psutil
|
||||
import psutil # type: ignore[import-untyped]
|
||||
sys.path.insert(0, os.path.abspath(os.path.dirname(__file__) + '/..'))
|
||||
import jedi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user