Skip to content
Snippets Groups Projects
Verified Commit 5f8a80e2 authored by Yoann Schneider's avatar Yoann Schneider :tennis:
Browse files

fix lint

parent 0d1b24a6
No related branches found
No related tags found
1 merge request!1Bootstrap repo
Pipeline #81788 failed
......@@ -8,7 +8,9 @@ class Demo(ElementsWorker):
def main():
Demo(description="Fill base-worker cache with information about dataset and extract images").run()
Demo(
description="Fill base-worker cache with information about dataset and extract images"
).run()
if __name__ == "__main__":
......
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