removed non necessary yield

This commit is contained in:
Saumya Jain 2024-04-26 10:29:42 +02:00 committed by GitHub
parent 467801bf9e
commit ec6c7f109c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,6 @@ class Profile(Linter):
level="Warning",
offset = found.span(0)[0]
)
yield
def _getprofileName(self) -> Tuple[str, bool]:
config = ConfigParser()