mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-04 10:25:09 +08:00
removed non necessary yield
This commit is contained in:
parent
467801bf9e
commit
ec6c7f109c
@ -32,7 +32,6 @@ class Profile(Linter):
|
|||||||
level="Warning",
|
level="Warning",
|
||||||
offset = found.span(0)[0]
|
offset = found.span(0)[0]
|
||||||
)
|
)
|
||||||
yield
|
|
||||||
|
|
||||||
def _getprofileName(self) -> Tuple[str, bool]:
|
def _getprofileName(self) -> Tuple[str, bool]:
|
||||||
config = ConfigParser()
|
config = ConfigParser()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user