Cleanup: group translation imports
This commit is contained in:
@@ -11,8 +11,10 @@ __all__ = (
|
||||
|
||||
|
||||
import bpy
|
||||
from bpy.app.translations import pgettext_iface as iface_
|
||||
from bpy.app.translations import contexts as i18n_contexts
|
||||
from bpy.app.translations import (
|
||||
contexts as i18n_contexts,
|
||||
pgettext_iface as iface_,
|
||||
)
|
||||
|
||||
|
||||
def _indented_layout(layout, level):
|
||||
|
||||
Reference in New Issue
Block a user