mirror of
https://github.com/davidhalter/jedi.git
synced 2026-04-29 05:04:39 +08:00
Fix a lot of test related typing issues
This commit is contained in:
@@ -56,7 +56,7 @@ def main(args):
|
||||
run(code, i, infer=infer)
|
||||
|
||||
if args['--precision']:
|
||||
pstats.f8 = f8
|
||||
pstats.f8 = f8 # type: ignore[attr-defined] # TODO this does not seem to exist?!
|
||||
|
||||
jedi.set_debug_function(notices=args['--debug'])
|
||||
if args['--omit']:
|
||||
|
||||
Reference in New Issue
Block a user