style: Make tidy happy.

This commit is contained in:
Emilio Cobos Álvarez 2019-01-20 17:50:18 +01:00
parent 90c0ec0cf7
commit 289d9b033c
7 changed files with 14 additions and 10 deletions

View file

@ -3,8 +3,8 @@
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
<%!
from data import Keyword, to_rust_ident, to_camel_case
from data import LOGICAL_CORNERS, PHYSICAL_CORNERS, LOGICAL_SIDES, PHYSICAL_SIDES, LOGICAL_SIZES, SYSTEM_FONT_LONGHANDS
from data import Keyword, to_rust_ident, to_camel_case, SYSTEM_FONT_LONGHANDS
from data import LOGICAL_CORNERS, PHYSICAL_CORNERS, LOGICAL_SIDES, PHYSICAL_SIDES, LOGICAL_SIZES
%>
<%def name="predefined_type(name, type, initial_value, parse_method='parse',