diff options
author | m-kru <mkru@protonmail.com> | 2020-08-15 04:17:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-15 04:17:53 +0200 |
commit | 8789de969e6673b195cbb28a692cc3fbbaa806e1 (patch) | |
tree | 51bf27abf5c553944543be5650ee2632a7b4153f /python/vhdl_langserver/document.py | |
parent | 68b879eb404e12a6414ef56e697b6dc99618d457 (diff) | |
download | ghdl-8789de969e6673b195cbb28a692cc3fbbaa806e1.tar.gz ghdl-8789de969e6673b195cbb28a692cc3fbbaa806e1.tar.bz2 ghdl-8789de969e6673b195cbb28a692cc3fbbaa806e1.zip |
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.
Diffstat (limited to 'python/vhdl_langserver/document.py')
-rw-r--r-- | python/vhdl_langserver/document.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |