mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-03 09:04:06 -05:00
fix: Lint Python code with ruff (#3799)
This commit is contained in:
@@ -24,7 +24,7 @@ class ABCMultiTenantTestCase(ABC):
|
||||
@abstractmethod
|
||||
def cleanup(self) -> None: ...
|
||||
|
||||
def __enter__(self):
|
||||
def __enter__(self): # noqa: B027
|
||||
pass
|
||||
|
||||
def __exit__(self, exc_type, exc_val, exc_tb):
|
||||
|
||||
Reference in New Issue
Block a user