From fcd93aa12cff63570409fbaede572d7eee2e8fa8 Mon Sep 17 00:00:00 2001 From: Xiretza Date: Mon, 26 Apr 2021 12:43:56 +0200 Subject: pyGHDL: update formatting to black 21.4 --- pyGHDL/lsp/document.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyGHDL/lsp/document.py') diff --git a/pyGHDL/lsp/document.py b/pyGHDL/lsp/document.py index 1ef510d52..7f1280050 100644 --- a/pyGHDL/lsp/document.py +++ b/pyGHDL/lsp/document.py @@ -50,7 +50,7 @@ class Document(object): return sfe def reload(self, source): - """Reload the source of a document. """ + """Reload the source of a document.""" src_bytes = source.encode(Document.encoding, "replace") files_map_editor.Fill_Text(self._fe, ctypes.c_char_p(src_bytes), len(src_bytes)) -- cgit v1.2.3