Skip to content
Snippets Groups Projects
Commit 177d2a5b authored by Antoine Lambert's avatar Antoine Lambert
Browse files

objstorage_checker: Fix black formatting

parent 29134e68
No related branches found
No related tags found
No related merge requests found
......@@ -36,12 +36,10 @@ class ObjectStorageCheckerProtocol(Protocol):
objstorage: ObjStorageInterface
@property
def config(self) -> ConfigEntry:
...
def config(self) -> ConfigEntry: ...
@property
def statsd(self) -> Statsd:
...
def statsd(self) -> Statsd: ...
class ContentCheckerMixin(ObjectStorageCheckerProtocol):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment