Remove a couple of unused imports

This commit is contained in:
Peter Law
2020-07-26 12:17:54 +01:00
parent 0571e12617
commit 45c90efb5c
2 changed files with 1 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ Filters are objects that you can use to filter names in different scopes. They
are needed for name resolution.
"""
from abc import abstractmethod
from typing import List, Optional, MutableMapping, Type
from typing import List, MutableMapping, Type
import weakref
from parso.tree import search_ancestor

View File

@@ -1,4 +1,3 @@
import os
from pathlib import Path
from jedi.inference.gradual.typeshed import TYPESHED_PATH, create_stub_module