diff options
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 |