9472:5798ee4a8807 | 9473:3f23dbf37dbe |
---|---|
5 | 5 |
6 """ | 6 """ |
7 Module implementing message translations for the code style plugin messages. | 7 Module implementing message translations for the code style plugin messages. |
8 """ | 8 """ |
9 | 9 |
10 import contextlib | |
10 import re | 11 import re |
11 import contextlib | |
12 | 12 |
13 from PyQt6.QtCore import QCoreApplication | 13 from PyQt6.QtCore import QCoreApplication |
14 | 14 |
15 from .Annotations.translations import ( | 15 from .Annotations.translations import ( |
16 _annotationsMessages, | 16 _annotationsMessages, |