We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18a9a91 commit df1e459Copy full SHA for df1e459
pylsp/lsp.py
@@ -5,6 +5,7 @@
5
6
https://github.com/Microsoft/language-server-protocol/blob/master/protocol.md
7
"""
8
+from __future__ import annotations
9
10
from enum import Enum
11
from typing import Optional, TypedDict
pylsp/plugins/pylint_lint.py
@@ -3,6 +3,8 @@
3
# Copyright 2021- Python Language Server Contributors.
4
"""Linter plugin for pylint."""
+
import collections
import logging
import sys
0 commit comments