Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2022-06-15 00:31:16 +0300
committerlovetox <philipp@hoerist.com>2022-06-15 00:46:35 +0300
commit8f304acb946d36040e7012beeb52c3ab67c9a7d3 (patch)
tree5f4fd5f9032d92bc0394336aba5d06788672aa42 /scripts
parent50aec5745171d286ed215c8349cfccbe57318899 (diff)
chore: Fix codestyle errors
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/generate_ui_types.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generate_ui_types.py b/scripts/generate_ui_types.py
index 68af45c95..1a4d75aba 100755
--- a/scripts/generate_ui_types.py
+++ b/scripts/generate_ui_types.py
@@ -36,7 +36,7 @@ ATTR = '\n %s: %s'
GET_BUILDER_OVERLOAD = '''
@overload
-def get_builder(file_name: Literal['%s'], widgets: list[str] = ...) -> %s: ...'''
+def get_builder(file_name: Literal['%s'], widgets: list[str] = ...) -> %s: ...''' # noqa
GET_BUILDER = '''
def get_builder(file_name: str, widgets: list[str] = ...) -> Builder: ...'''