Clean unused imports in .pyi files
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from Base.Metadata import export, constmethod
|
||||
from Base.Metadata import export
|
||||
from Part.BodyBase import BodyBase
|
||||
from typing import Final, overload
|
||||
from typing import Final
|
||||
|
||||
@export(
|
||||
Include="Mod/PartDesign/App/Body.h",
|
||||
|
||||
@@ -4,7 +4,6 @@ from __future__ import annotations
|
||||
|
||||
from Base.Metadata import export
|
||||
from Gui.ViewProviderPartExt import ViewProviderPartExt
|
||||
from typing import Final, overload
|
||||
|
||||
@export(
|
||||
Include="Mod/PartDesign/Gui/ViewProvider.h",
|
||||
|
||||
Reference in New Issue
Block a user