mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-01-17 14:31:21 -05:00
fix: Upgrade Black (#3057)
* bump black * bump black on precommit * run black * fix backend test runner
This commit is contained in:
@@ -3,5 +3,4 @@ The img package is a collection of utilities for working with images. While it o
|
||||
within the img package should not be tightly coupled to Mealie.
|
||||
"""
|
||||
|
||||
|
||||
from .minify import *
|
||||
|
||||
@@ -46,8 +46,7 @@ class ABCMinifier(ABC):
|
||||
)
|
||||
|
||||
@abstractmethod
|
||||
def minify(self, image: Path, force=True):
|
||||
...
|
||||
def minify(self, image: Path, force=True): ...
|
||||
|
||||
def purge(self, image: Path):
|
||||
if not self._purge:
|
||||
|
||||
Reference in New Issue
Block a user