We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 655095b commit 63347f0Copy full SHA for 63347f0
language_tool_python/server.py
@@ -25,7 +25,7 @@
25
26
# Keep track of running server PIDs in a global list. This way,
27
# we can ensure they're killed on exit.
28
-RUNNING_SERVER_PROCESSES: List = []
+RUNNING_SERVER_PROCESSES = []
29
30
class LanguageTool:
31
"""Main class used for checking text against different rules.
0 commit comments