Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed May 24, 2022
1 parent 4f9dff3 commit 258dc3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/core/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
from .file_watcher import FileWatcherEventType
from .logging import debug, set_debug_logging
from .protocol import TextDocumentSyncKindNone
from .typing import Any, Optional, List, Dict, Generator, Callable, Iterable, Literal, Union, Set, Tuple, TypedDict, TypeVar
from .typing import cast
from .typing import Any, Optional, List, Dict, Generator, Callable, Iterable, Literal, Union, Set, Tuple
from .typing import cast, TypedDict, TypeVar
from .url import filename_to_uri
from .url import parse_uri
from threading import RLock
Expand Down

0 comments on commit 258dc3b

Please sign in to comment.