From 8789de969e6673b195cbb28a692cc3fbbaa806e1 Mon Sep 17 00:00:00 2001 From: m-kru Date: Sat, 15 Aug 2020 04:17:53 +0200 Subject: py: adjust blank lines to PEP 8 for vhdl_langserver (#1434) Why? 1. Conform to PEP 8. 2. Easier to read. 3. Make tools, such as PyCharm, not complain. --- python/vhdl_langserver/document.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/vhdl_langserver/document.py') diff --git a/python/vhdl_langserver/document.py b/python/vhdl_langserver/document.py index 26f02ba65..1b3cbf40b 100644 --- a/python/vhdl_langserver/document.py +++ b/python/vhdl_langserver/document.py @@ -14,6 +14,7 @@ from . import symbols, references log = logging.getLogger(__name__) + class Document(object): # The encoding used for the files. # Unfortunately this is not fully reliable. The client can read the -- cgit v1.2.3